Html Css Color HEX #FB55AA Brilliant Rose

📋 copy color: '#FB55AA'

red 251 ◦ green 85 ◦ blue 170

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

Shades of Brilliant Rose #FB55AA

Tints of Brilliant Rose #FB55AA

RGB

 RED value IS 251 (98.44% from 255) = 49.6%

 GREEN value IS 85 (33.59% from 255) = 16.8%

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

R = 49.6%
G = 16.8%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB55AA (or 0xFB55AA) is known color: Brilliant Rose. HEX triplet: FB, 55 and AA. RGB value is (251,85,170). Sum of RGB (Red+Green+Blue) = 251+85+170=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB55AA is #04AA55. Grayscale: #909090. Windows color (decimal): -305750 or 11163131. OLE color: 11163131.

HSL color Cylindrical-coordinate representation of color #FB55AA: hue angle of 329.28º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB55AA is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 85 170 -
CMYK 0 0.66 0.32 0.02
HSL 329.28º 0.95% 0.66% -
HSV(B) 329.28º 0.66% 0.98% -
XYZ 50.29 29.91 41.15 -
YUV 144.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 251 85 170 0 0.66 0.32 0.02 329.28 0.95 0.66
Hex FB 55 AA 0 42 20 2 149 5F 42
Octal 373 125 252 0 102 40 2 511 137 102
Binary 11111011 1010101 10101010 0 1000010 100000 10 101001001 1011111 1000010

Color Harmonies of #FB55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55AA

Black with #FB55AA

Text Example


Text Example

White with #FB55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55AA; }

 p { color: rgb(251,85,170); }

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

background-color css

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

 a { background-color: rgb(251,85,170); }

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

border-color css

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

 span { border-color: rgb(251,85,170); }

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