Html Css Color HEX #FD1A59 Radical Red

📋 copy color: '#FD1A59'

red 253 ◦ green 26 ◦ blue 89

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

Shades of Radical Red #FD1A59

Tints of Radical Red #FD1A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

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

R = 68.75%
G = 7.07%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FD1A59 (or 0xFD1A59) is known color: Radical Red. HEX triplet: FD, 1A and 59. RGB value is (253,26,89). Sum of RGB (Red+Green+Blue) = 253+26+89=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A59 is #02E5A6. Grayscale: #656565. Windows color (decimal): -189863 or 5839613. OLE color: 5839613.

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

Color convert

RGB 253 26 89 -
CMYK 0 0.90 0.65 0.01
HSL 343.35º 0.98% 0.55% -
HSV(B) 343.35º 0.9% 0.99% -
XYZ 42.68 22.34 11.51 -
YUV 101.06 121.21 236.38 -
System Red Green Blue C M Y K H S L
Decimal 253 26 89 0 0.90 0.65 0.01 343.35 0.98 0.55
Hex FD 1A 59 0 5A 41 1 157 62 37
Octal 375 32 131 0 132 101 1 527 142 67
Binary 11111101 11010 1011001 0 1011010 1000001 1 101010111 1100010 110111

Color Harmonies of #FD1A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A59

Black with #FD1A59

Text Example


Text Example

White with #FD1A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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