Html Css Color HEX #FD2E6D Radical Red

📋 copy color: '#FD2E6D'

red 253 ◦ green 46 ◦ blue 109

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

Shades of Radical Red #FD2E6D

Tints of Radical Red #FD2E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 62.01%
G = 11.27%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD2E6D (or 0xFD2E6D) is known color: Radical Red. HEX triplet: FD, 2E and 6D. RGB value is (253,46,109). Sum of RGB (Red+Green+Blue) = 253+46+109=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E6D is #02D192. Grayscale: #737373. Windows color (decimal): -184723 or 7155453. OLE color: 7155453.

HSL color Cylindrical-coordinate representation of color #FD2E6D: hue angle of 341.74º 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 #FD2E6D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 46 109 -
CMYK 0 0.82 0.57 0.01
HSL 341.74º 0.98% 0.59% -
HSV(B) 341.74º 0.82% 0.99% -
XYZ 44.25 23.94 16.76 -
YUV 115.08 124.58 226.38 -
System Red Green Blue C M Y K H S L
Decimal 253 46 109 0 0.82 0.57 0.01 341.74 0.98 0.59
Hex FD 2E 6D 0 52 39 1 156 62 3B
Octal 375 56 155 0 122 71 1 526 142 73
Binary 11111101 101110 1101101 0 1010010 111001 1 101010110 1100010 111011

Color Harmonies of #FD2E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E6D

Black with #FD2E6D

Text Example


Text Example

White with #FD2E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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