Html Css Color HEX #F55CAB Brilliant Rose

📋 copy color: '#F55CAB'

red 245 ◦ green 92 ◦ blue 171

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

Shades of Brilliant Rose #F55CAB

Tints of Brilliant Rose #F55CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

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

R = 48.23%
G = 18.11%
B = 33.66%

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

#F55CAB (or 0xF55CAB) is known color: Brilliant Rose. HEX triplet: F5, 5C and AB. RGB value is (245,92,171). Sum of RGB (Red+Green+Blue) = 245+92+171=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55CAB is #0AA354. Grayscale: #929292. Windows color (decimal): -697173 or 11230453. OLE color: 11230453.

HSL color Cylindrical-coordinate representation of color #F55CAB: hue angle of 329.02º 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 #F55CAB is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 92 171 -
CMYK 0 0.62 0.30 0.04
HSL 329.02º 0.88% 0.66% -
HSV(B) 329.02º 0.62% 0.96% -
XYZ 48.83 30.01 41.75 -
YUV 146.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 245 92 171 0 0.62 0.30 0.04 329.02 0.88 0.66
Hex F5 5C AB 0 3E 1E 4 149 58 42
Octal 365 134 253 0 76 36 4 511 130 102
Binary 11110101 1011100 10101011 0 111110 11110 100 101001001 1011000 1000010

Color Harmonies of #F55CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CAB

Black with #F55CAB

Text Example


Text Example

White with #F55CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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