Html Css Color HEX #FB066B Razzmatazz

📋 copy color: '#FB066B'

red 251 ◦ green 6 ◦ blue 107

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

Shades of Razzmatazz #FB066B

Tints of Razzmatazz #FB066B

RGB

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

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

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

R = 68.96%
G = 1.65%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB066B (or 0xFB066B) is known color: Razzmatazz. HEX triplet: FB, 06 and 6B. RGB value is (251,6,107). Sum of RGB (Red+Green+Blue) = 251+6+107=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB066B is #04F994. Grayscale: #5A5A5A. Windows color (decimal): -326037 or 7014139. OLE color: 7014139.

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

Color convert

RGB 251 6 107 -
CMYK 0 0.98 0.57 0.02
HSL 335.27º 0.97% 0.5% -
HSV(B) 335.27º 0.98% 0.98% -
XYZ 42.5 21.7 15.86 -
YUV 90.77 137.17 242.29 -
System Red Green Blue C M Y K H S L
Decimal 251 6 107 0 0.98 0.57 0.02 335.27 0.97 0.5
Hex FB 6 6B 0 62 39 2 14F 61 32
Octal 373 6 153 0 142 71 2 517 141 62
Binary 11111011 110 1101011 0 1100010 111001 10 101001111 1100001 110010

Color Harmonies of #FB066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB066B

Black with #FB066B

Text Example


Text Example

White with #FB066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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