Html Css Color HEX #F85DA2 Brilliant Rose

📋 copy color: '#F85DA2'

red 248 ◦ green 93 ◦ blue 162

#F85DA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F85DA2

Tints of Brilliant Rose #F85DA2

RGB

 RED value IS 248 (97.27% from 255) = 49.3%

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 162 (63.67% from 255) = 32.21%

R = 49.3%
G = 18.49%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F85DA2 (or 0xF85DA2) is known color: Brilliant Rose. HEX triplet: F8, 5D and A2. RGB value is (248,93,162). Sum of RGB (Red+Green+Blue) = 248+93+162=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85DA2 is #07A25D. Grayscale: #939393. Windows color (decimal): -500318 or 10640888. OLE color: 10640888.

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

Color convert

RGB 248 93 162 -
CMYK 0 0.62 0.35 0.03
HSL 333.29º 0.92% 0.67% -
HSV(B) 333.29º 0.63% 0.97% -
XYZ 49.15 30.39 37.46 -
YUV 147.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 248 93 162 0 0.62 0.35 0.03 333.29 0.92 0.67
Hex F8 5D A2 0 3E 23 3 14D 5C 43
Octal 370 135 242 0 76 43 3 515 134 103
Binary 11111000 1011101 10100010 0 111110 100011 11 101001101 1011100 1000011

Color Harmonies of #F85DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DA2

Black with #F85DA2

Text Example


Text Example

White with #F85DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DA2; }

 p { color: rgb(248,93,162); }

 H1.HeaderClassName
 {
   color: #F85DA2;
 }
 .AnyTagClassName
 {
   color: #F85DA2;
 }
</style>

background-color css

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

 a { background-color: rgb(248,93,162); }

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

border-color css

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

 span { border-color: rgb(248,93,162); }

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