Html Css Color HEX #FA0958 Razzmatazz

📋 copy color: '#FA0958'

red 250 ◦ green 9 ◦ blue 88

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

Shades of Razzmatazz #FA0958

Tints of Razzmatazz #FA0958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 72.05%
G = 2.59%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA0958 (or 0xFA0958) is known color: Razzmatazz. HEX triplet: FA, 09 and 58. RGB value is (250,9,88). Sum of RGB (Red+Green+Blue) = 250+9+88=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0958 is #05F6A7. Grayscale: #595959. Windows color (decimal): -390824 or 5769722. OLE color: 5769722.

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

Color convert

RGB 250 9 88 -
CMYK 0 0.96 0.65 0.02
HSL 340.33º 0.96% 0.51% -
HSV(B) 340.33º 0.96% 0.98% -
XYZ 41.28 21.22 11.15 -
YUV 90.07 126.84 242.08 -
System Red Green Blue C M Y K H S L
Decimal 250 9 88 0 0.96 0.65 0.02 340.33 0.96 0.51
Hex FA 9 58 0 60 41 2 154 60 33
Octal 372 11 130 0 140 101 2 524 140 63
Binary 11111010 1001 1011000 0 1100000 1000001 10 101010100 1100000 110011

Color Harmonies of #FA0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0958

Black with #FA0958

Text Example


Text Example

White with #FA0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0958; }

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

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

background-color css

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

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

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

border-color css

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

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

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