Html Css Color HEX #FA0459 Razzmatazz

📋 copy color: '#FA0459'

red 250 ◦ green 4 ◦ blue 89

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

Shades of Razzmatazz #FA0459

Tints of Razzmatazz #FA0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 72.89%
G = 1.17%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA0459 (or 0xFA0459) is known color: Razzmatazz. HEX triplet: FA, 04 and 59. RGB value is (250,4,89). Sum of RGB (Red+Green+Blue) = 250+4+89=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0459 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0459 is #05FBA6. Grayscale: #575757. Windows color (decimal): -392103 or 5833978. OLE color: 5833978.

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

Color convert

RGB 250 4 89 -
CMYK 0 0.98 0.64 0.02
HSL 339.27º 0.97% 0.5% -
HSV(B) 339.27º 0.98% 0.98% -
XYZ 41.27 21.13 11.35 -
YUV 87.24 129 244.09 -
System Red Green Blue C M Y K H S L
Decimal 250 4 89 0 0.98 0.64 0.02 339.27 0.97 0.5
Hex FA 4 59 0 62 40 2 153 61 32
Octal 372 4 131 0 142 100 2 523 141 62
Binary 11111010 100 1011001 0 1100010 1000000 10 101010011 1100001 110010

Color Harmonies of #FA0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0459

Black with #FA0459

Text Example


Text Example

White with #FA0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0459; }

 p { color: rgb(250,4,89); }

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

background-color css

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

 a { background-color: rgb(250,4,89); }

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

border-color css

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

 span { border-color: rgb(250,4,89); }

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