Html Css Color HEX #FD3E6D Radical Red

📋 copy color: '#FD3E6D'

red 253 ◦ green 62 ◦ blue 109

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

Shades of Radical Red #FD3E6D

Tints of Radical Red #FD3E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.62%

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

R = 59.67%
G = 14.62%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD3E6D (or 0xFD3E6D) is known color: Radical Red. HEX triplet: FD, 3E and 6D. RGB value is (253,62,109). Sum of RGB (Red+Green+Blue) = 253+62+109=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E6D is #02C192. Grayscale: #7C7C7C. Windows color (decimal): -180627 or 7159549. OLE color: 7159549.

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

Color convert

RGB 253 62 109 -
CMYK 0 0.75 0.57 0.01
HSL 345.24º 0.98% 0.62% -
HSV(B) 345.24º 0.75% 0.99% -
XYZ 44.99 25.43 17.01 -
YUV 124.47 119.28 219.68 -
System Red Green Blue C M Y K H S L
Decimal 253 62 109 0 0.75 0.57 0.01 345.24 0.98 0.62
Hex FD 3E 6D 0 4B 39 1 159 62 3E
Octal 375 76 155 0 113 71 1 531 142 76
Binary 11111101 111110 1101101 0 1001011 111001 1 101011001 1100010 111110

Color Harmonies of #FD3E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E6D

Black with #FD3E6D

Text Example


Text Example

White with #FD3E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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