Html Css Color HEX #FC0A59 Razzmatazz

📋 copy color: '#FC0A59'

red 252 ◦ green 10 ◦ blue 89

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

Shades of Razzmatazz #FC0A59

Tints of Razzmatazz #FC0A59

RGB

 RED value IS 252 (98.83% from 255) = 71.79%

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

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

R = 71.79%
G = 2.85%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC0A59 (or 0xFC0A59) is known color: Razzmatazz. HEX triplet: FC, 0A and 59. RGB value is (252,10,89). Sum of RGB (Red+Green+Blue) = 252+10+89=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A59 is #03F5A6. Grayscale: #5B5B5B. Windows color (decimal): -259495 or 5835516. OLE color: 5835516.

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

Color convert

RGB 252 10 89 -
CMYK 0 0.96 0.65 0.01
HSL 340.41º 0.98% 0.51% -
HSV(B) 340.41º 0.96% 0.99% -
XYZ 42.06 21.63 11.41 -
YUV 91.36 126.67 242.58 -
System Red Green Blue C M Y K H S L
Decimal 252 10 89 0 0.96 0.65 0.01 340.41 0.98 0.51
Hex FC A 59 0 60 41 1 154 62 33
Octal 374 12 131 0 140 101 1 524 142 63
Binary 11111100 1010 1011001 0 1100000 1000001 1 101010100 1100010 110011

Color Harmonies of #FC0A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A59

Black with #FC0A59

Text Example


Text Example

White with #FC0A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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