Html Css Color HEX #FD2070 Radical Red

📋 copy color: '#FD2070'

red 253 ◦ green 32 ◦ blue 112

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

Shades of Radical Red #FD2070

Tints of Radical Red #FD2070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 63.73%
G = 8.06%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD2070 (or 0xFD2070) is known color: Radical Red. HEX triplet: FD, 20 and 70. RGB value is (253,32,112). Sum of RGB (Red+Green+Blue) = 253+32+112=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2070 is #02DF8F. Grayscale: #6B6B6B. Windows color (decimal): -188304 or 7348477. OLE color: 7348477.

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

Color convert

RGB 253 32 112 -
CMYK 0 0.87 0.56 0.01
HSL 338.28º 0.98% 0.56% -
HSV(B) 338.28º 0.87% 0.99% -
XYZ 43.95 23.09 17.47 -
YUV 107.2 130.72 232 -
System Red Green Blue C M Y K H S L
Decimal 253 32 112 0 0.87 0.56 0.01 338.28 0.98 0.56
Hex FD 20 70 0 57 38 1 152 62 38
Octal 375 40 160 0 127 70 1 522 142 70
Binary 11111101 100000 1110000 0 1010111 111000 1 101010010 1100010 111000

Color Harmonies of #FD2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2070

Black with #FD2070

Text Example


Text Example

White with #FD2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2070; }

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

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

background-color css

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

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

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

border-color css

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

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

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