Html Css Color HEX #FA0673 Razzmatazz

📋 copy color: '#FA0673'

red 250 ◦ green 6 ◦ blue 115

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

Shades of Razzmatazz #FA0673

Tints of Razzmatazz #FA0673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 67.39%
G = 1.62%
B = 31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA0673 (or 0xFA0673) is known color: Razzmatazz. HEX triplet: FA, 06 and 73. RGB value is (250,6,115). Sum of RGB (Red+Green+Blue) = 250+6+115=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0673 is #05F98C. Grayscale: #5B5B5B. Windows color (decimal): -391565 or 7538426. OLE color: 7538426.

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

Color convert

RGB 250 6 115 -
CMYK 0 0.98 0.54 0.02
HSL 333.2º 0.96% 0.5% -
HSV(B) 333.2º 0.98% 0.98% -
XYZ 42.58 21.69 18.16 -
YUV 91.38 141.34 241.14 -
System Red Green Blue C M Y K H S L
Decimal 250 6 115 0 0.98 0.54 0.02 333.2 0.96 0.5
Hex FA 6 73 0 62 36 2 14D 60 32
Octal 372 6 163 0 142 66 2 515 140 62
Binary 11111010 110 1110011 0 1100010 110110 10 101001101 1100000 110010

Color Harmonies of #FA0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0673

Black with #FA0673

Text Example


Text Example

White with #FA0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0673; }

 p { color: rgb(250,6,115); }

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

background-color css

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

 a { background-color: rgb(250,6,115); }

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

border-color css

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

 span { border-color: rgb(250,6,115); }

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