Html Css Color HEX #FD4558 Radical Red

📋 copy color: '#FD4558'

red 253 ◦ green 69 ◦ blue 88

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

Shades of Radical Red #FD4558

Tints of Radical Red #FD4558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.83%

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

R = 61.71%
G = 16.83%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FD4558 (or 0xFD4558) is known color: Radical Red. HEX triplet: FD, 45 and 58. RGB value is (253,69,88). Sum of RGB (Red+Green+Blue) = 253+69+88=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4558 is #02BAA7. Grayscale: #7E7E7E. Windows color (decimal): -178856 or 5785085. OLE color: 5785085.

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

Color convert

RGB 253 69 88 -
CMYK 0 0.73 0.65 0.01
HSL 353.8º 0.98% 0.63% -
HSV(B) 353.8º 0.73% 0.99% -
XYZ 44.4 25.84 11.88 -
YUV 126.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 253 69 88 0 0.73 0.65 0.01 353.8 0.98 0.63
Hex FD 45 58 0 49 41 1 162 62 3F
Octal 375 105 130 0 111 101 1 542 142 77
Binary 11111101 1000101 1011000 0 1001001 1000001 1 101100010 1100010 111111

Color Harmonies of #FD4558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4558

Black with #FD4558

Text Example


Text Example

White with #FD4558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4558; }

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

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

background-color css

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

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

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

border-color css

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

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

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