Html Css Color HEX #FA0959 Razzmatazz

📋 copy color: '#FA0959'

red 250 ◦ green 9 ◦ blue 89

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

Shades of Razzmatazz #FA0959

Tints of Razzmatazz #FA0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

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

R = 71.84%
G = 2.59%
B = 25.57%

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

#FA0959 (or 0xFA0959) is known color: Razzmatazz. HEX triplet: FA, 09 and 59. RGB value is (250,9,89). Sum of RGB (Red+Green+Blue) = 250+9+89=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0959 is #05F6A6. Grayscale: #5A5A5A. Windows color (decimal): -390823 or 5835258. OLE color: 5835258.

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

Color convert

RGB 250 9 89 -
CMYK 0 0.96 0.64 0.02
HSL 340.08º 0.96% 0.51% -
HSV(B) 340.08º 0.96% 0.98% -
XYZ 41.33 21.24 11.37 -
YUV 90.18 127.34 242 -
System Red Green Blue C M Y K H S L
Decimal 250 9 89 0 0.96 0.64 0.02 340.08 0.96 0.51
Hex FA 9 59 0 60 40 2 154 60 33
Octal 372 11 131 0 140 100 2 524 140 63
Binary 11111010 1001 1011001 0 1100000 1000000 10 101010100 1100000 110011

Color Harmonies of #FA0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0959

Black with #FA0959

Text Example


Text Example

White with #FA0959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0959; }

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

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

background-color css

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

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

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

border-color css

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

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

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