Html Css Color HEX #FB55A6 Brilliant Rose

📋 copy color: '#FB55A6'

red 251 ◦ green 85 ◦ blue 166

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

Shades of Brilliant Rose #FB55A6

Tints of Brilliant Rose #FB55A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 50%
G = 16.93%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB55A6 (or 0xFB55A6) is known color: Brilliant Rose. HEX triplet: FB, 55 and A6. RGB value is (251,85,166). Sum of RGB (Red+Green+Blue) = 251+85+166=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB55A6 is #04AA59. Grayscale: #8F8F8F. Windows color (decimal): -305754 or 10900987. OLE color: 10900987.

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

Color convert

RGB 251 85 166 -
CMYK 0 0.66 0.34 0.02
HSL 330.72º 0.95% 0.66% -
HSV(B) 330.72º 0.66% 0.98% -
XYZ 49.92 29.76 39.19 -
YUV 143.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 251 85 166 0 0.66 0.34 0.02 330.72 0.95 0.66
Hex FB 55 A6 0 42 22 2 14B 5F 42
Octal 373 125 246 0 102 42 2 513 137 102
Binary 11111011 1010101 10100110 0 1000010 100010 10 101001011 1011111 1000010

Color Harmonies of #FB55A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55A6

Black with #FB55A6

Text Example


Text Example

White with #FB55A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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