Html Css Color HEX #FA0072 Razzmatazz

📋 copy color: '#FA0072'

red 250 ◦ green 0 ◦ blue 114

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

Shades of Razzmatazz #FA0072

Tints of Razzmatazz #FA0072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 68.68%
G = 0%
B = 31.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA0072 (or 0xFA0072) is known color: Razzmatazz. HEX triplet: FA, 00 and 72. RGB value is (250,0,114). Sum of RGB (Red+Green+Blue) = 250+0+114=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0072 is #05FF8D. Grayscale: #575757. Windows color (decimal): -393102 or 7471354. OLE color: 7471354.

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

Color convert

RGB 250 0 114 -
CMYK 0 1 0.54 0.02
HSL 332.64º 1% 0.49% -
HSV(B) 332.64º 1% 0.98% -
XYZ 42.46 21.54 17.84 -
YUV 87.75 142.83 243.73 -
System Red Green Blue C M Y K H S L
Decimal 250 0 114 0 1 0.54 0.02 332.64 1 0.49
Hex FA 0 72 0 64 36 2 14D 64 31
Octal 372 0 162 0 144 66 2 515 144 61
Binary 11111010 0 1110010 0 1100100 110110 10 101001101 1100100 110001

Color Harmonies of #FA0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0072

Black with #FA0072

Text Example


Text Example

White with #FA0072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0072; }

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

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

background-color css

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

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

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

border-color css

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

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

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