Html Css Color HEX #F55497 Brilliant Rose

📋 copy color: '#F55497'

red 245 ◦ green 84 ◦ blue 151

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

Shades of Brilliant Rose #F55497

Tints of Brilliant Rose #F55497

RGB

 RED value IS 245 (96.09% from 255) = 51.04%

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

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

R = 51.04%
G = 17.5%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F55497 (or 0xF55497) is known color: Brilliant Rose. HEX triplet: F5, 54 and 97. RGB value is (245,84,151). Sum of RGB (Red+Green+Blue) = 245+84+151=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F55497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55497 is #0AAB68. Grayscale: #8B8B8B. Windows color (decimal): -699241 or 9917685. OLE color: 9917685.

HSL color Cylindrical-coordinate representation of color #F55497: hue angle of 335.03º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55497 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 84 151 -
CMYK 0 0.66 0.38 0.04
HSL 335.03º 0.89% 0.65% -
HSV(B) 335.03º 0.66% 0.96% -
XYZ 46.41 27.99 32.23 -
YUV 139.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 245 84 151 0 0.66 0.38 0.04 335.03 0.89 0.65
Hex F5 54 97 0 42 26 4 14F 59 41
Octal 365 124 227 0 102 46 4 517 131 101
Binary 11110101 1010100 10010111 0 1000010 100110 100 101001111 1011001 1000001

Color Harmonies of #F55497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55497

Black with #F55497

Text Example


Text Example

White with #F55497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55497; }

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

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

background-color css

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

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

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

border-color css

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

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

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