Html Css Color HEX #FD0A59 Razzmatazz

📋 copy color: '#FD0A59'

red 253 ◦ green 10 ◦ blue 89

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

Shades of Razzmatazz #FD0A59

Tints of Razzmatazz #FD0A59

RGB

 RED value IS 253 (99.22% from 255) = 71.88%

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

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

R = 71.88%
G = 2.84%
B = 25.28%

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

#FD0A59 (or 0xFD0A59) is known color: Razzmatazz. HEX triplet: FD, 0A and 59. RGB value is (253,10,89). Sum of RGB (Red+Green+Blue) = 253+10+89=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0A59 is #02F5A6. Grayscale: #5B5B5B. Windows color (decimal): -193959 or 5835517. OLE color: 5835517.

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

Color convert

RGB 253 10 89 -
CMYK 0 0.96 0.65 0.01
HSL 340.49º 0.98% 0.52% -
HSV(B) 340.49º 0.96% 0.99% -
XYZ 42.42 21.82 11.43 -
YUV 91.66 126.51 243.08 -
System Red Green Blue C M Y K H S L
Decimal 253 10 89 0 0.96 0.65 0.01 340.49 0.98 0.52
Hex FD A 59 0 60 41 1 154 62 34
Octal 375 12 131 0 140 101 1 524 142 64
Binary 11111101 1010 1011001 0 1100000 1000001 1 101010100 1100010 110100

Color Harmonies of #FD0A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0A59

Black with #FD0A59

Text Example


Text Example

White with #FD0A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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