Html Css Color HEX #FB005F Razzmatazz

📋 copy color: '#FB005F'

red 251 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #FB005F

Tints of Razzmatazz #FB005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 72.54%
G = 0%
B = 27.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB005F (or 0xFB005F) is known color: Razzmatazz. HEX triplet: FB, 00 and 5F. RGB value is (251,0,95). Sum of RGB (Red+Green+Blue) = 251+0+95=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB005F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB005F is #04FFA0. Grayscale: #555555. Windows color (decimal): -327585 or 6226171. OLE color: 6226171.

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

Color convert

RGB 251 0 95 -
CMYK 0 1 0.62 0.02
HSL 337.29º 1% 0.49% -
HSV(B) 337.29º 1% 0.98% -
XYZ 41.85 21.34 12.74 -
YUV 85.88 133.16 245.78 -
System Red Green Blue C M Y K H S L
Decimal 251 0 95 0 1 0.62 0.02 337.29 1 0.49
Hex FB 0 5F 0 64 3E 2 151 64 31
Octal 373 0 137 0 144 76 2 521 144 61
Binary 11111011 0 1011111 0 1100100 111110 10 101010001 1100100 110001

Color Harmonies of #FB005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB005F

Black with #FB005F

Text Example


Text Example

White with #FB005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB005F; }

 p { color: rgb(251,0,95); }

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

background-color css

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

 a { background-color: rgb(251,0,95); }

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

border-color css

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

 span { border-color: rgb(251,0,95); }

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