Html Css Color HEX #FA0A59 Razzmatazz

📋 copy color: '#FA0A59'

red 250 ◦ green 10 ◦ blue 89

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

Shades of Razzmatazz #FA0A59

Tints of Razzmatazz #FA0A59

RGB

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

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

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

R = 71.63%
G = 2.87%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA0A59 (or 0xFA0A59) is known color: Razzmatazz. HEX triplet: FA, 0A and 59. RGB value is (250,10,89). Sum of RGB (Red+Green+Blue) = 250+10+89=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0A59 is #05F5A6. Grayscale: #5A5A5A. Windows color (decimal): -390567 or 5835514. OLE color: 5835514.

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

Color convert

RGB 250 10 89 -
CMYK 0 0.96 0.64 0.02
HSL 340.25º 0.96% 0.51% -
HSV(B) 340.25º 0.96% 0.98% -
XYZ 41.34 21.26 11.38 -
YUV 90.77 127.01 241.58 -
System Red Green Blue C M Y K H S L
Decimal 250 10 89 0 0.96 0.64 0.02 340.25 0.96 0.51
Hex FA A 59 0 60 40 2 154 60 33
Octal 372 12 131 0 140 100 2 524 140 63
Binary 11111010 1010 1011001 0 1100000 1000000 10 101010100 1100000 110011

Color Harmonies of #FA0A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A59

Black with #FA0A59

Text Example


Text Example

White with #FA0A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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