Html Css Color HEX #F55BAB Brilliant Rose

📋 copy color: '#F55BAB'

red 245 ◦ green 91 ◦ blue 171

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

Shades of Brilliant Rose #F55BAB

Tints of Brilliant Rose #F55BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.95%

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

R = 48.32%
G = 17.95%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F55BAB (or 0xF55BAB) is known color: Brilliant Rose. HEX triplet: F5, 5B and AB. RGB value is (245,91,171). Sum of RGB (Red+Green+Blue) = 245+91+171=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55BAB is #0AA454. Grayscale: #929292. Windows color (decimal): -697429 or 11230197. OLE color: 11230197.

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

Color convert

RGB 245 91 171 -
CMYK 0 0.63 0.30 0.04
HSL 328.83º 0.89% 0.66% -
HSV(B) 328.83º 0.63% 0.96% -
XYZ 48.75 29.83 41.72 -
YUV 146.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 245 91 171 0 0.63 0.30 0.04 328.83 0.89 0.66
Hex F5 5B AB 0 3F 1E 4 149 59 42
Octal 365 133 253 0 77 36 4 511 131 102
Binary 11110101 1011011 10101011 0 111111 11110 100 101001001 1011001 1000010

Color Harmonies of #F55BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BAB

Black with #F55BAB

Text Example


Text Example

White with #F55BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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