Html Css Color HEX #FA0064 Razzmatazz

📋 copy color: '#FA0064'

red 250 ◦ green 0 ◦ blue 100

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

Shades of Razzmatazz #FA0064

Tints of Razzmatazz #FA0064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA0064 (or 0xFA0064) is known color: Razzmatazz. HEX triplet: FA, 00 and 64. RGB value is (250,0,100). Sum of RGB (Red+Green+Blue) = 250+0+100=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0064 is #05FF9B. Grayscale: #565656. Windows color (decimal): -393116 or 6553850. OLE color: 6553850.

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

Color convert

RGB 250 0 100 -
CMYK 0 1 0.6 0.02
HSL 336º 1% 0.49% -
HSV(B) 336º 1% 0.98% -
XYZ 41.72 21.24 13.96 -
YUV 86.15 135.83 244.87 -
System Red Green Blue C M Y K H S L
Decimal 250 0 100 0 1 0.6 0.02 336 1 0.49
Hex FA 0 64 0 64 3C 2 150 64 31
Octal 372 0 144 0 144 74 2 520 144 61
Binary 11111010 0 1100100 0 1100100 111100 10 101010000 1100100 110001

Color Harmonies of #FA0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0064

Black with #FA0064

Text Example


Text Example

White with #FA0064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0064; }

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

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

background-color css

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

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

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

border-color css

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

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

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