Html Css Color HEX #FB55AB Brilliant Rose

📋 copy color: '#FB55AB'

red 251 ◦ green 85 ◦ blue 171

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

Shades of Brilliant Rose #FB55AB

Tints of Brilliant Rose #FB55AB

RGB

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

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

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

R = 49.51%
G = 16.77%
B = 33.73%

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

#FB55AB (or 0xFB55AB) is known color: Brilliant Rose. HEX triplet: FB, 55 and AB. RGB value is (251,85,171). Sum of RGB (Red+Green+Blue) = 251+85+171=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB55AB is #04AA54. Grayscale: #909090. Windows color (decimal): -305749 or 11228667. OLE color: 11228667.

HSL color Cylindrical-coordinate representation of color #FB55AB: hue angle of 328.92º 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 #FB55AB is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 85 171 -
CMYK 0 0.66 0.32 0.02
HSL 328.92º 0.95% 0.66% -
HSV(B) 328.92º 0.66% 0.98% -
XYZ 50.38 29.95 41.65 -
YUV 144.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 251 85 171 0 0.66 0.32 0.02 328.92 0.95 0.66
Hex FB 55 AB 0 42 20 2 149 5F 42
Octal 373 125 253 0 102 40 2 511 137 102
Binary 11111011 1010101 10101011 0 1000010 100000 10 101001001 1011111 1000010

Color Harmonies of #FB55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55AB

Black with #FB55AB

Text Example


Text Example

White with #FB55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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