Html Css Color HEX #F55BAA Brilliant Rose

📋 copy color: '#F55BAA'

red 245 ◦ green 91 ◦ blue 170

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

Shades of Brilliant Rose #F55BAA

Tints of Brilliant Rose #F55BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 48.42%
G = 17.98%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F55BAA (or 0xF55BAA) is known color: Brilliant Rose. HEX triplet: F5, 5B and AA. RGB value is (245,91,170). Sum of RGB (Red+Green+Blue) = 245+91+170=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55BAA is #0AA455. Grayscale: #919191. Windows color (decimal): -697430 or 11164661. OLE color: 11164661.

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

Color convert

RGB 245 91 170 -
CMYK 0 0.63 0.31 0.04
HSL 329.22º 0.89% 0.66% -
HSV(B) 329.22º 0.63% 0.96% -
XYZ 48.65 29.8 41.22 -
YUV 146.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 245 91 170 0 0.63 0.31 0.04 329.22 0.89 0.66
Hex F5 5B AA 0 3F 1F 4 149 59 42
Octal 365 133 252 0 77 37 4 511 131 102
Binary 11110101 1011011 10101010 0 111111 11111 100 101001001 1011001 1000010

Color Harmonies of #F55BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BAA

Black with #F55BAA

Text Example


Text Example

White with #F55BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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