Html Css Color HEX #FD2057 Radical Red

📋 copy color: '#FD2057'

red 253 ◦ green 32 ◦ blue 87

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

Shades of Radical Red #FD2057

Tints of Radical Red #FD2057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.39%

R = 68.01%
G = 8.6%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD2057 (or 0xFD2057) is known color: Radical Red. HEX triplet: FD, 20 and 57. RGB value is (253,32,87). Sum of RGB (Red+Green+Blue) = 253+32+87=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2057 is #02DFA8. Grayscale: #686868. Windows color (decimal): -188329 or 5710077. OLE color: 5710077.

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

Color convert

RGB 253 32 87 -
CMYK 0 0.87 0.66 0.01
HSL 345.07º 0.98% 0.56% -
HSV(B) 345.07º 0.87% 0.99% -
XYZ 42.74 22.6 11.13 -
YUV 104.35 118.22 234.03 -
System Red Green Blue C M Y K H S L
Decimal 253 32 87 0 0.87 0.66 0.01 345.07 0.98 0.56
Hex FD 20 57 0 57 42 1 159 62 38
Octal 375 40 127 0 127 102 1 531 142 70
Binary 11111101 100000 1010111 0 1010111 1000010 1 101011001 1100010 111000

Color Harmonies of #FD2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2057

Black with #FD2057

Text Example


Text Example

White with #FD2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2057; }

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

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

background-color css

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

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

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

border-color css

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

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

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