Html Css Color HEX #FB066F Razzmatazz

📋 copy color: '#FB066F'

red 251 ◦ green 6 ◦ blue 111

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

Shades of Razzmatazz #FB066F

Tints of Razzmatazz #FB066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 68.21%
G = 1.63%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB066F (or 0xFB066F) is known color: Razzmatazz. HEX triplet: FB, 06 and 6F. RGB value is (251,6,111). Sum of RGB (Red+Green+Blue) = 251+6+111=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB066F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB066F is #04F990. Grayscale: #5B5B5B. Windows color (decimal): -326033 or 7276283. OLE color: 7276283.

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

Color convert

RGB 251 6 111 -
CMYK 0 0.98 0.56 0.02
HSL 334.29º 0.97% 0.5% -
HSV(B) 334.29º 0.98% 0.98% -
XYZ 42.72 21.79 16.99 -
YUV 91.23 139.17 241.96 -
System Red Green Blue C M Y K H S L
Decimal 251 6 111 0 0.98 0.56 0.02 334.29 0.97 0.5
Hex FB 6 6F 0 62 38 2 14E 61 32
Octal 373 6 157 0 142 70 2 516 141 62
Binary 11111011 110 1101111 0 1100010 111000 10 101001110 1100001 110010

Color Harmonies of #FB066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB066F

Black with #FB066F

Text Example


Text Example

White with #FB066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB066F; }

 p { color: rgb(251,6,111); }

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

background-color css

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

 a { background-color: rgb(251,6,111); }

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

border-color css

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

 span { border-color: rgb(251,6,111); }

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