Html Css Color HEX #FA0759 Razzmatazz

📋 copy color: '#FA0759'

red 250 ◦ green 7 ◦ blue 89

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

Shades of Razzmatazz #FA0759

Tints of Razzmatazz #FA0759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 72.25%
G = 2.02%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA0759 (or 0xFA0759) is known color: Razzmatazz. HEX triplet: FA, 07 and 59. RGB value is (250,7,89). Sum of RGB (Red+Green+Blue) = 250+7+89=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0759 is #05F8A6. Grayscale: #585858. Windows color (decimal): -391335 or 5834746. OLE color: 5834746.

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

Color convert

RGB 250 7 89 -
CMYK 0 0.97 0.64 0.02
HSL 339.75º 0.96% 0.5% -
HSV(B) 339.75º 0.97% 0.98% -
XYZ 41.3 21.2 11.37 -
YUV 89.01 128.01 242.83 -
System Red Green Blue C M Y K H S L
Decimal 250 7 89 0 0.97 0.64 0.02 339.75 0.96 0.5
Hex FA 7 59 0 61 40 2 154 60 32
Octal 372 7 131 0 141 100 2 524 140 62
Binary 11111010 111 1011001 0 1100001 1000000 10 101010100 1100000 110010

Color Harmonies of #FA0759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0759

Black with #FA0759

Text Example


Text Example

White with #FA0759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0759; }

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

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

background-color css

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

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

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

border-color css

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

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

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