Html Css Color HEX #FA0966 Razzmatazz

📋 copy color: '#FA0966'

red 250 ◦ green 9 ◦ blue 102

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

Shades of Razzmatazz #FA0966

Tints of Razzmatazz #FA0966

RGB

 RED value IS 250 (98.05% from 255) = 69.25%

 GREEN value IS 9 (3.91% from 255) = 2.49%

 BLUE value IS 102 (40.23% from 255) = 28.25%

R = 69.25%
G = 2.49%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA0966 (or 0xFA0966) is known color: Razzmatazz. HEX triplet: FA, 09 and 66. RGB value is (250,9,102). Sum of RGB (Red+Green+Blue) = 250+9+102=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0966 is #05F699. Grayscale: #5B5B5B. Windows color (decimal): -390810 or 6687226. OLE color: 6687226.

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

Color convert

RGB 250 9 102 -
CMYK 0 0.96 0.59 0.02
HSL 336.85º 0.96% 0.51% -
HSV(B) 336.85º 0.96% 0.98% -
XYZ 41.92 21.48 14.51 -
YUV 91.66 133.84 240.94 -
System Red Green Blue C M Y K H S L
Decimal 250 9 102 0 0.96 0.59 0.02 336.85 0.96 0.51
Hex FA 9 66 0 60 3B 2 151 60 33
Octal 372 11 146 0 140 73 2 521 140 63
Binary 11111010 1001 1100110 0 1100000 111011 10 101010001 1100000 110011

Color Harmonies of #FA0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0966

Black with #FA0966

Text Example


Text Example

White with #FA0966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0966; }

 p { color: rgb(250,9,102); }

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

background-color css

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

 a { background-color: rgb(250,9,102); }

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

border-color css

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

 span { border-color: rgb(250,9,102); }

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