Html Css Color HEX #FB015F Razzmatazz

📋 copy color: '#FB015F'

red 251 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #FB015F

Tints of Razzmatazz #FB015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 72.33%
G = 0.29%
B = 27.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB015F (or 0xFB015F) is known color: Razzmatazz. HEX triplet: FB, 01 and 5F. RGB value is (251,1,95). Sum of RGB (Red+Green+Blue) = 251+1+95=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB015F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB015F is #04FEA0. Grayscale: #565656. Windows color (decimal): -327329 or 6226427. OLE color: 6226427.

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

Color convert

RGB 251 1 95 -
CMYK 0 1.00 0.62 0.02
HSL 337.44º 0.99% 0.49% -
HSV(B) 337.44º 1% 0.98% -
XYZ 41.86 21.36 12.74 -
YUV 86.47 132.83 245.36 -
System Red Green Blue C M Y K H S L
Decimal 251 1 95 0 1.00 0.62 0.02 337.44 0.99 0.49
Hex FB 1 5F 0 64 3E 2 151 63 31
Octal 373 1 137 0 144 76 2 521 143 61
Binary 11111011 1 1011111 0 1100100 111110 10 101010001 1100011 110001

Color Harmonies of #FB015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB015F

Black with #FB015F

Text Example


Text Example

White with #FB015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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