Html Css Color HEX #FD2E5D Radical Red

📋 copy color: '#FD2E5D'

red 253 ◦ green 46 ◦ blue 93

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

Shades of Radical Red #FD2E5D

Tints of Radical Red #FD2E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.73%

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 64.54%
G = 11.73%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD2E5D (or 0xFD2E5D) is known color: Radical Red. HEX triplet: FD, 2E and 5D. RGB value is (253,46,93). Sum of RGB (Red+Green+Blue) = 253+46+93=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E5D is #02D1A2. Grayscale: #717171. Windows color (decimal): -184739 or 6106877. OLE color: 6106877.

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

Color convert

RGB 253 46 93 -
CMYK 0 0.82 0.63 0.01
HSL 346.38º 0.98% 0.59% -
HSV(B) 346.38º 0.82% 0.99% -
XYZ 43.46 23.63 12.63 -
YUV 113.25 116.58 227.68 -
System Red Green Blue C M Y K H S L
Decimal 253 46 93 0 0.82 0.63 0.01 346.38 0.98 0.59
Hex FD 2E 5D 0 52 3F 1 15A 62 3B
Octal 375 56 135 0 122 77 1 532 142 73
Binary 11111101 101110 1011101 0 1010010 111111 1 101011010 1100010 111011

Color Harmonies of #FD2E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E5D

Black with #FD2E5D

Text Example


Text Example

White with #FD2E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E5D; }

 p { color: rgb(253,46,93); }

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

background-color css

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

 a { background-color: rgb(253,46,93); }

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

border-color css

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

 span { border-color: rgb(253,46,93); }

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