Html Css Color HEX #FD2458 Radical Red

📋 copy color: '#FD2458'

red 253 ◦ green 36 ◦ blue 88

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

Shades of Radical Red #FD2458

Tints of Radical Red #FD2458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.55%

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

R = 67.11%
G = 9.55%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FD2458 (or 0xFD2458) is known color: Radical Red. HEX triplet: FD, 24 and 58. RGB value is (253,36,88). Sum of RGB (Red+Green+Blue) = 253+36+88=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2458 is #02DBA7. Grayscale: #6A6A6A. Windows color (decimal): -187304 or 5776637. OLE color: 5776637.

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

Color convert

RGB 253 36 88 -
CMYK 0 0.86 0.65 0.01
HSL 345.62º 0.98% 0.57% -
HSV(B) 345.62º 0.86% 0.99% -
XYZ 42.9 22.85 11.38 -
YUV 106.81 117.39 232.27 -
System Red Green Blue C M Y K H S L
Decimal 253 36 88 0 0.86 0.65 0.01 345.62 0.98 0.57
Hex FD 24 58 0 56 41 1 15A 62 39
Octal 375 44 130 0 126 101 1 532 142 71
Binary 11111101 100100 1011000 0 1010110 1000001 1 101011010 1100010 111001

Color Harmonies of #FD2458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2458

Black with #FD2458

Text Example


Text Example

White with #FD2458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2458; }

 p { color: rgb(253,36,88); }

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

background-color css

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

 a { background-color: rgb(253,36,88); }

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

border-color css

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

 span { border-color: rgb(253,36,88); }

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