Html Css Color HEX #FD4358 Radical Red

📋 copy color: '#FD4358'

red 253 ◦ green 67 ◦ blue 88

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

Shades of Radical Red #FD4358

Tints of Radical Red #FD4358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

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

R = 62.01%
G = 16.42%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FD4358 (or 0xFD4358) is known color: Radical Red. HEX triplet: FD, 43 and 58. RGB value is (253,67,88). Sum of RGB (Red+Green+Blue) = 253+67+88=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4358 is #02BCA7. Grayscale: #7D7D7D. Windows color (decimal): -179368 or 5784573. OLE color: 5784573.

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

Color convert

RGB 253 67 88 -
CMYK 0 0.74 0.65 0.01
HSL 353.23º 0.98% 0.63% -
HSV(B) 353.23º 0.74% 0.99% -
XYZ 44.28 25.6 11.84 -
YUV 125.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 253 67 88 0 0.74 0.65 0.01 353.23 0.98 0.63
Hex FD 43 58 0 4A 41 1 161 62 3F
Octal 375 103 130 0 112 101 1 541 142 77
Binary 11111101 1000011 1011000 0 1001010 1000001 1 101100001 1100010 111111

Color Harmonies of #FD4358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4358

Black with #FD4358

Text Example


Text Example

White with #FD4358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4358; }

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

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

background-color css

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

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

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

border-color css

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

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

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