Html Css Color HEX #FB066A Razzmatazz

📋 copy color: '#FB066A'

red 251 ◦ green 6 ◦ blue 106

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

Shades of Razzmatazz #FB066A

Tints of Razzmatazz #FB066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 69.15%
G = 1.65%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FB066A (or 0xFB066A) is known color: Razzmatazz. HEX triplet: FB, 06 and 6A. RGB value is (251,6,106). Sum of RGB (Red+Green+Blue) = 251+6+106=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB066A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB066A is #04F995. Grayscale: #5A5A5A. Windows color (decimal): -326038 or 6948603. OLE color: 6948603.

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

Color convert

RGB 251 6 106 -
CMYK 0 0.98 0.58 0.02
HSL 335.51º 0.97% 0.5% -
HSV(B) 335.51º 0.98% 0.98% -
XYZ 42.45 21.68 15.58 -
YUV 90.66 136.67 242.37 -
System Red Green Blue C M Y K H S L
Decimal 251 6 106 0 0.98 0.58 0.02 335.51 0.97 0.5
Hex FB 6 6A 0 62 3A 2 150 61 32
Octal 373 6 152 0 142 72 2 520 141 62
Binary 11111011 110 1101010 0 1100010 111010 10 101010000 1100001 110010

Color Harmonies of #FB066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB066A

Black with #FB066A

Text Example


Text Example

White with #FB066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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