Html Css Color HEX #FD3E6C Radical Red

📋 copy color: '#FD3E6C'

red 253 ◦ green 62 ◦ blue 108

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

Shades of Radical Red #FD3E6C

Tints of Radical Red #FD3E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 59.81%
G = 14.66%
B = 25.53%

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

#FD3E6C (or 0xFD3E6C) is known color: Radical Red. HEX triplet: FD, 3E and 6C. RGB value is (253,62,108). Sum of RGB (Red+Green+Blue) = 253+62+108=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E6C is #02C193. Grayscale: #7C7C7C. Windows color (decimal): -180628 or 7094013. OLE color: 7094013.

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

Color convert

RGB 253 62 108 -
CMYK 0 0.75 0.57 0.01
HSL 345.55º 0.98% 0.62% -
HSV(B) 345.55º 0.75% 0.99% -
XYZ 44.94 25.41 16.72 -
YUV 124.35 118.78 219.76 -
System Red Green Blue C M Y K H S L
Decimal 253 62 108 0 0.75 0.57 0.01 345.55 0.98 0.62
Hex FD 3E 6C 0 4B 39 1 15A 62 3E
Octal 375 76 154 0 113 71 1 532 142 76
Binary 11111101 111110 1101100 0 1001011 111001 1 101011010 1100010 111110

Color Harmonies of #FD3E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E6C

Black with #FD3E6C

Text Example


Text Example

White with #FD3E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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