Html Css Color HEX #FD205D Radical Red

📋 copy color: '#FD205D'

red 253 ◦ green 32 ◦ blue 93

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

Shades of Radical Red #FD205D

Tints of Radical Red #FD205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.47%

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

R = 66.93%
G = 8.47%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD205D (or 0xFD205D) is known color: Radical Red. HEX triplet: FD, 20 and 5D. RGB value is (253,32,93). Sum of RGB (Red+Green+Blue) = 253+32+93=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD205D is #02DFA2. Grayscale: #696969. Windows color (decimal): -188323 or 6103293. OLE color: 6103293.

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

Color convert

RGB 253 32 93 -
CMYK 0 0.87 0.63 0.01
HSL 343.44º 0.98% 0.56% -
HSV(B) 343.44º 0.87% 0.99% -
XYZ 43 22.71 12.47 -
YUV 105.03 121.22 233.54 -
System Red Green Blue C M Y K H S L
Decimal 253 32 93 0 0.87 0.63 0.01 343.44 0.98 0.56
Hex FD 20 5D 0 57 3F 1 157 62 38
Octal 375 40 135 0 127 77 1 527 142 70
Binary 11111101 100000 1011101 0 1010111 111111 1 101010111 1100010 111000

Color Harmonies of #FD205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD205D

Black with #FD205D

Text Example


Text Example

White with #FD205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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