Html Css Color HEX #F85999 Brilliant Rose

📋 copy color: '#F85999'

red 248 ◦ green 89 ◦ blue 153

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

Shades of Brilliant Rose #F85999

Tints of Brilliant Rose #F85999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.22%

R = 50.61%
G = 18.16%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F85999 (or 0xF85999) is known color: Brilliant Rose. HEX triplet: F8, 59 and 99. RGB value is (248,89,153). Sum of RGB (Red+Green+Blue) = 248+89+153=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F85999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85999 is #07A666. Grayscale: #8F8F8F. Windows color (decimal): -501351 or 10050040. OLE color: 10050040.

HSL color Cylindrical-coordinate representation of color #F85999: hue angle of 335.85º 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 #F85999 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 89 153 -
CMYK 0 0.64 0.38 0.03
HSL 335.85º 0.92% 0.66% -
HSV(B) 335.85º 0.64% 0.97% -
XYZ 48.03 29.4 33.28 -
YUV 143.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 248 89 153 0 0.64 0.38 0.03 335.85 0.92 0.66
Hex F8 59 99 0 40 26 3 150 5C 42
Octal 370 131 231 0 100 46 3 520 134 102
Binary 11111000 1011001 10011001 0 1000000 100110 11 101010000 1011100 1000010

Color Harmonies of #F85999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85999

Black with #F85999

Text Example


Text Example

White with #F85999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85999; }

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

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

background-color css

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

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

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

border-color css

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

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

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