#F853B1

Color #F853B1 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F853B1

Tints of Brilliant Rose #F853B1

Color information

#F853B1 (or 0xF853B1) is unknown color: approx Brilliant Rose. HEX triplet: F8, 53 and B1. RGB value is (248,83,177). Sum of RGB (Red+Green+Blue) = 248+83+177=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F853B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F853B1 is #07AC4E. Grayscale: #8E8E8E. Windows color (decimal): -502863 or 11621368. OLE color: 11621368.

HSL color Cylindrical-coordinate representation of color #F853B1: hue angle of 325.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853B1 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB24883177-
CMYK00.670.290.03
HSL325.82º92.18%64.9%-
HSV(B)325.82º66.53%97.25%-
XYZ49.7429.3244.63-
YUV143.05147.16202.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 48.82%
GREEN value IS 83 (32.81% from 255) = 16.34%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=48.82%
G=16.34%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488317700.670.290.03325.8292.1864.9
HexF853B10431D31465c41
Octal3701232610103353506134101
Binary1111100010100111011000101000011111011110100011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F853B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F853B1; }

 p { color: rgb(248,83,177); }

 H1.HeaderClassName
 {
   color: #F853B1;
 }
 .AnyTagClassName
 {
   color: #F853B1;
 }
</style>
background-color css

<style>
 a { background-color: #F853B1; }

 a { background-color: rgb(248,83,177); }

 div.DivClassName
 {
   background-color: #F853B1;
 }
 .BgClassName
 {
   background-color: #F853B1;
 }
</style>
border-color css

<style>
 span { border-color: #F853B1; }

 span { border-color: rgb(248,83,177); }

 td.TdClassName
 {
   border-color: #F853B1;
 }
 .TagClassName
 {
   border-color: #F853B1;
 }
</style>