Html Css Color HEX #FA0A71 Razzmatazz

📋 copy color: '#FA0A71'

red 250 ◦ green 10 ◦ blue 113

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

Shades of Razzmatazz #FA0A71

Tints of Razzmatazz #FA0A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.68%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 67.02%
G = 2.68%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA0A71 (or 0xFA0A71) is known color: Razzmatazz. HEX triplet: FA, 0A and 71. RGB value is (250,10,113). Sum of RGB (Red+Green+Blue) = 250+10+113=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0A71 is #05F58E. Grayscale: #5D5D5D. Windows color (decimal): -390543 or 7408378. OLE color: 7408378.

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

Color convert

RGB 250 10 113 -
CMYK 0 0.96 0.55 0.02
HSL 334.25º 0.96% 0.51% -
HSV(B) 334.25º 0.96% 0.98% -
XYZ 42.51 21.73 17.58 -
YUV 93.5 139.01 239.62 -
System Red Green Blue C M Y K H S L
Decimal 250 10 113 0 0.96 0.55 0.02 334.25 0.96 0.51
Hex FA A 71 0 60 37 2 14E 60 33
Octal 372 12 161 0 140 67 2 516 140 63
Binary 11111010 1010 1110001 0 1100000 110111 10 101001110 1100000 110011

Color Harmonies of #FA0A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A71

Black with #FA0A71

Text Example


Text Example

White with #FA0A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A71; }

 p { color: rgb(250,10,113); }

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

background-color css

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

 a { background-color: rgb(250,10,113); }

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

border-color css

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

 span { border-color: rgb(250,10,113); }

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