Html Css Color HEX #FA0464 Razzmatazz

📋 copy color: '#FA0464'

red 250 ◦ green 4 ◦ blue 100

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

Shades of Razzmatazz #FA0464

Tints of Razzmatazz #FA0464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 70.62%
G = 1.13%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA0464 (or 0xFA0464) is known color: Razzmatazz. HEX triplet: FA, 04 and 64. RGB value is (250,4,100). Sum of RGB (Red+Green+Blue) = 250+4+100=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0464 is #05FB9B. Grayscale: #585858. Windows color (decimal): -392092 or 6554874. OLE color: 6554874.

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

Color convert

RGB 250 4 100 -
CMYK 0 0.98 0.6 0.02
HSL 336.59º 0.97% 0.5% -
HSV(B) 336.59º 0.98% 0.98% -
XYZ 41.77 21.33 13.97 -
YUV 88.5 134.5 243.19 -
System Red Green Blue C M Y K H S L
Decimal 250 4 100 0 0.98 0.6 0.02 336.59 0.97 0.5
Hex FA 4 64 0 62 3C 2 151 61 32
Octal 372 4 144 0 142 74 2 521 141 62
Binary 11111010 100 1100100 0 1100010 111100 10 101010001 1100001 110010

Color Harmonies of #FA0464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0464

Black with #FA0464

Text Example


Text Example

White with #FA0464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0464; }

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

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

background-color css

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

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

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

border-color css

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

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

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