Html Css Color HEX #FA0558 Razzmatazz

📋 copy color: '#FA0558'

red 250 ◦ green 5 ◦ blue 88

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

Shades of Razzmatazz #FA0558

Tints of Razzmatazz #FA0558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

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

R = 72.89%
G = 1.46%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA0558 (or 0xFA0558) is known color: Razzmatazz. HEX triplet: FA, 05 and 58. RGB value is (250,5,88). Sum of RGB (Red+Green+Blue) = 250+5+88=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0558 is #05FAA7. Grayscale: #575757. Windows color (decimal): -391848 or 5768698. OLE color: 5768698.

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

Color convert

RGB 250 5 88 -
CMYK 0 0.98 0.65 0.02
HSL 339.67º 0.96% 0.5% -
HSV(B) 339.67º 0.98% 0.98% -
XYZ 41.24 21.14 11.14 -
YUV 87.72 128.17 243.75 -
System Red Green Blue C M Y K H S L
Decimal 250 5 88 0 0.98 0.65 0.02 339.67 0.96 0.5
Hex FA 5 58 0 62 41 2 154 60 32
Octal 372 5 130 0 142 101 2 524 140 62
Binary 11111010 101 1011000 0 1100010 1000001 10 101010100 1100000 110010

Color Harmonies of #FA0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0558

Black with #FA0558

Text Example


Text Example

White with #FA0558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0558; }

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

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

background-color css

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

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

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

border-color css

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

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

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