Html Css Color HEX #F55EAB Brilliant Rose

📋 copy color: '#F55EAB'

red 245 ◦ green 94 ◦ blue 171

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

Shades of Brilliant Rose #F55EAB

Tints of Brilliant Rose #F55EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.43%

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 48.04%
G = 18.43%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F55EAB (or 0xF55EAB) is known color: Brilliant Rose. HEX triplet: F5, 5E and AB. RGB value is (245,94,171). Sum of RGB (Red+Green+Blue) = 245+94+171=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55EAB is #0AA154. Grayscale: #939393. Windows color (decimal): -696661 or 11230965. OLE color: 11230965.

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

Color convert

RGB 245 94 171 -
CMYK 0 0.62 0.30 0.04
HSL 329.4º 0.88% 0.66% -
HSV(B) 329.4º 0.62% 0.96% -
XYZ 49.01 30.36 41.8 -
YUV 147.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 245 94 171 0 0.62 0.30 0.04 329.4 0.88 0.66
Hex F5 5E AB 0 3E 1E 4 149 58 42
Octal 365 136 253 0 76 36 4 511 130 102
Binary 11110101 1011110 10101011 0 111110 11110 100 101001001 1011000 1000010

Color Harmonies of #F55EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55EAB

Black with #F55EAB

Text Example


Text Example

White with #F55EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55EAB; }

 p { color: rgb(245,94,171); }

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

background-color css

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

 a { background-color: rgb(245,94,171); }

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

border-color css

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

 span { border-color: rgb(245,94,171); }

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