Html Css Color HEX #FB55B2 Brilliant Rose

📋 copy color: '#FB55B2'

red 251 ◦ green 85 ◦ blue 178

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

Shades of Brilliant Rose #FB55B2

Tints of Brilliant Rose #FB55B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 48.83%
G = 16.54%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB55B2 (or 0xFB55B2) is known color: Brilliant Rose. HEX triplet: FB, 55 and B2. RGB value is (251,85,178). Sum of RGB (Red+Green+Blue) = 251+85+178=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB55B2 is #04AA4D. Grayscale: #919191. Windows color (decimal): -305742 or 11687419. OLE color: 11687419.

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

Color convert

RGB 251 85 178 -
CMYK 0 0.66 0.29 0.02
HSL 326.39º 0.95% 0.66% -
HSV(B) 326.39º 0.66% 0.98% -
XYZ 51.07 30.22 45.26 -
YUV 145.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 251 85 178 0 0.66 0.29 0.02 326.39 0.95 0.66
Hex FB 55 B2 0 42 1D 2 146 5F 42
Octal 373 125 262 0 102 35 2 506 137 102
Binary 11111011 1010101 10110010 0 1000010 11101 10 101000110 1011111 1000010

Color Harmonies of #FB55B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55B2

Black with #FB55B2

Text Example


Text Example

White with #FB55B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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