Html Css Color HEX #FB006B Razzmatazz

📋 copy color: '#FB006B'

red 251 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #FB006B

Tints of Razzmatazz #FB006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 70.11%
G = 0%
B = 29.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB006B (or 0xFB006B) is known color: Razzmatazz. HEX triplet: FB, 00 and 6B. RGB value is (251,0,107). Sum of RGB (Red+Green+Blue) = 251+0+107=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB006B is #04FF94. Grayscale: #575757. Windows color (decimal): -327573 or 7012603. OLE color: 7012603.

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

Color convert

RGB 251 0 107 -
CMYK 0 1 0.57 0.02
HSL 334.42º 1% 0.49% -
HSV(B) 334.42º 1% 0.98% -
XYZ 42.44 21.57 15.84 -
YUV 87.25 139.16 244.8 -
System Red Green Blue C M Y K H S L
Decimal 251 0 107 0 1 0.57 0.02 334.42 1 0.49
Hex FB 0 6B 0 64 39 2 14E 64 31
Octal 373 0 153 0 144 71 2 516 144 61
Binary 11111011 0 1101011 0 1100100 111001 10 101001110 1100100 110001

Color Harmonies of #FB006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB006B

Black with #FB006B

Text Example


Text Example

White with #FB006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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