Html Css Color HEX #F85497 Brilliant Rose

📋 copy color: '#F85497'

red 248 ◦ green 84 ◦ blue 151

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

Shades of Brilliant Rose #F85497

Tints of Brilliant Rose #F85497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.39%

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

R = 51.35%
G = 17.39%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F85497 (or 0xF85497) is known color: Brilliant Rose. HEX triplet: F8, 54 and 97. RGB value is (248,84,151). Sum of RGB (Red+Green+Blue) = 248+84+151=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F85497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85497 is #07AB68. Grayscale: #8C8C8C. Windows color (decimal): -502633 or 9917688. OLE color: 9917688.

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

Color convert

RGB 248 84 151 -
CMYK 0 0.66 0.39 0.03
HSL 335.49º 0.92% 0.65% -
HSV(B) 335.49º 0.66% 0.97% -
XYZ 47.47 28.53 32.28 -
YUV 140.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 248 84 151 0 0.66 0.39 0.03 335.49 0.92 0.65
Hex F8 54 97 0 42 27 3 14F 5C 41
Octal 370 124 227 0 102 47 3 517 134 101
Binary 11111000 1010100 10010111 0 1000010 100111 11 101001111 1011100 1000001

Color Harmonies of #F85497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85497

Black with #F85497

Text Example


Text Example

White with #F85497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85497; }

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

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

background-color css

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

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

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

border-color css

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

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

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