Html Css Color HEX #FB1858 Razzmatazz

📋 copy color: '#FB1858'

red 251 ◦ green 24 ◦ blue 88

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

Shades of Razzmatazz #FB1858

Tints of Razzmatazz #FB1858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 69.15%
G = 6.61%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FB1858 (or 0xFB1858) is known color: Razzmatazz. HEX triplet: FB, 18 and 58. RGB value is (251,24,88). Sum of RGB (Red+Green+Blue) = 251+24+88=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1858 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1858 is #04E7A7. Grayscale: #636363. Windows color (decimal): -321448 or 5773563. OLE color: 5773563.

HSL color Cylindrical-coordinate representation of color #FB1858: hue angle of 343.08º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1858 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 24 88 -
CMYK 0 0.90 0.65 0.02
HSL 343.08º 0.97% 0.54% -
HSV(B) 343.08º 0.9% 0.98% -
XYZ 41.87 21.87 11.25 -
YUV 99.17 121.71 236.3 -
System Red Green Blue C M Y K H S L
Decimal 251 24 88 0 0.90 0.65 0.02 343.08 0.97 0.54
Hex FB 18 58 0 5A 41 2 157 61 36
Octal 373 30 130 0 132 101 2 527 141 66
Binary 11111011 11000 1011000 0 1011010 1000001 10 101010111 1100001 110110

Color Harmonies of #FB1858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1858

Black with #FB1858

Text Example


Text Example

White with #FB1858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1858; }

 p { color: rgb(251,24,88); }

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

background-color css

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

 a { background-color: rgb(251,24,88); }

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

border-color css

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

 span { border-color: rgb(251,24,88); }

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