Html Css Color HEX #F85997 Brilliant Rose

📋 copy color: '#F85997'

red 248 ◦ green 89 ◦ blue 151

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

Shades of Brilliant Rose #F85997

Tints of Brilliant Rose #F85997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.94%

R = 50.82%
G = 18.24%
B = 30.94%

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

#F85997 (or 0xF85997) is known color: Brilliant Rose. HEX triplet: F8, 59 and 97. RGB value is (248,89,151). Sum of RGB (Red+Green+Blue) = 248+89+151=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F85997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85997 is #07A668. Grayscale: #8F8F8F. Windows color (decimal): -501353 or 9918968. OLE color: 9918968.

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

Color convert

RGB 248 89 151 -
CMYK 0 0.64 0.39 0.03
HSL 336.6º 0.92% 0.66% -
HSV(B) 336.6º 0.64% 0.97% -
XYZ 47.87 29.34 32.42 -
YUV 143.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 248 89 151 0 0.64 0.39 0.03 336.6 0.92 0.66
Hex F8 59 97 0 40 27 3 151 5C 42
Octal 370 131 227 0 100 47 3 521 134 102
Binary 11111000 1011001 10010111 0 1000000 100111 11 101010001 1011100 1000010

Color Harmonies of #F85997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85997

Black with #F85997

Text Example


Text Example

White with #F85997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85997; }

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

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

background-color css

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

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

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

border-color css

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

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

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