Html Css Color HEX #FB014E Razzmatazz

📋 copy color: '#FB014E'

red 251 ◦ green 1 ◦ blue 78

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

Shades of Razzmatazz #FB014E

Tints of Razzmatazz #FB014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 76.06%
G = 0.3%
B = 23.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB014E (or 0xFB014E) is known color: Razzmatazz. HEX triplet: FB, 01 and 4E. RGB value is (251,1,78). Sum of RGB (Red+Green+Blue) = 251+1+78=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB014E is #04FEB1. Grayscale: #545454. Windows color (decimal): -327346 or 5112315. OLE color: 5112315.

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

Color convert

RGB 251 1 78 -
CMYK 0 1.00 0.69 0.02
HSL 341.52º 0.99% 0.49% -
HSV(B) 341.52º 1% 0.98% -
XYZ 41.17 21.08 9.11 -
YUV 84.53 124.33 246.74 -
System Red Green Blue C M Y K H S L
Decimal 251 1 78 0 1.00 0.69 0.02 341.52 0.99 0.49
Hex FB 1 4E 0 64 45 2 156 63 31
Octal 373 1 116 0 144 105 2 526 143 61
Binary 11111011 1 1001110 0 1100100 1000101 10 101010110 1100011 110001

Color Harmonies of #FB014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB014E

Black with #FB014E

Text Example


Text Example

White with #FB014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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