Html Css Color HEX #F55BAF Brilliant Rose

📋 copy color: '#F55BAF'

red 245 ◦ green 91 ◦ blue 175

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

Shades of Brilliant Rose #F55BAF

Tints of Brilliant Rose #F55BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 47.95%
G = 17.81%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F55BAF (or 0xF55BAF) is known color: Brilliant Rose. HEX triplet: F5, 5B and AF. RGB value is (245,91,175). Sum of RGB (Red+Green+Blue) = 245+91+175=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55BAF is #0AA450. Grayscale: #929292. Windows color (decimal): -697425 or 11492341. OLE color: 11492341.

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

Color convert

RGB 245 91 175 -
CMYK 0 0.63 0.29 0.04
HSL 327.27º 0.89% 0.66% -
HSV(B) 327.27º 0.63% 0.96% -
XYZ 49.14 29.99 43.76 -
YUV 146.62 144.02 198.17 -
System Red Green Blue C M Y K H S L
Decimal 245 91 175 0 0.63 0.29 0.04 327.27 0.89 0.66
Hex F5 5B AF 0 3F 1D 4 147 59 42
Octal 365 133 257 0 77 35 4 507 131 102
Binary 11110101 1011011 10101111 0 111111 11101 100 101000111 1011001 1000010

Color Harmonies of #F55BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BAF

Black with #F55BAF

Text Example


Text Example

White with #F55BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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