Html Css Color HEX #F55BAC Brilliant Rose

📋 copy color: '#F55BAC'

red 245 ◦ green 91 ◦ blue 172

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

Shades of Brilliant Rose #F55BAC

Tints of Brilliant Rose #F55BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.86%

R = 48.23%
G = 17.91%
B = 33.86%

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

#F55BAC (or 0xF55BAC) is known color: Brilliant Rose. HEX triplet: F5, 5B and AC. RGB value is (245,91,172). Sum of RGB (Red+Green+Blue) = 245+91+172=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55BAC is #0AA453. Grayscale: #929292. Windows color (decimal): -697428 or 11295733. OLE color: 11295733.

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

Color convert

RGB 245 91 172 -
CMYK 0 0.63 0.30 0.04
HSL 328.44º 0.89% 0.66% -
HSV(B) 328.44º 0.63% 0.96% -
XYZ 48.84 29.87 42.22 -
YUV 146.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 245 91 172 0 0.63 0.30 0.04 328.44 0.89 0.66
Hex F5 5B AC 0 3F 1E 4 148 59 42
Octal 365 133 254 0 77 36 4 510 131 102
Binary 11110101 1011011 10101100 0 111111 11110 100 101001000 1011001 1000010

Color Harmonies of #F55BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BAC

Black with #F55BAC

Text Example


Text Example

White with #F55BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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