Html Css Color HEX #F85998 Brilliant Rose

📋 copy color: '#F85998'

red 248 ◦ green 89 ◦ blue 152

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

Shades of Brilliant Rose #F85998

Tints of Brilliant Rose #F85998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.2%

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 50.72%
G = 18.2%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F85998 (or 0xF85998) is known color: Brilliant Rose. HEX triplet: F8, 59 and 98. RGB value is (248,89,152). Sum of RGB (Red+Green+Blue) = 248+89+152=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F85998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85998 is #07A667. Grayscale: #8F8F8F. Windows color (decimal): -501352 or 9984504. OLE color: 9984504.

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

Color convert

RGB 248 89 152 -
CMYK 0 0.64 0.39 0.03
HSL 336.23º 0.92% 0.66% -
HSV(B) 336.23º 0.64% 0.97% -
XYZ 47.95 29.37 32.85 -
YUV 143.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 248 89 152 0 0.64 0.39 0.03 336.23 0.92 0.66
Hex F8 59 98 0 40 27 3 150 5C 42
Octal 370 131 230 0 100 47 3 520 134 102
Binary 11111000 1011001 10011000 0 1000000 100111 11 101010000 1011100 1000010

Color Harmonies of #F85998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85998

Black with #F85998

Text Example


Text Example

White with #F85998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85998; }

 p { color: rgb(248,89,152); }

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

background-color css

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

 a { background-color: rgb(248,89,152); }

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

border-color css

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

 span { border-color: rgb(248,89,152); }

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