Html Css Color HEX #FD2E70 Radical Red

📋 copy color: '#FD2E70'

red 253 ◦ green 46 ◦ blue 112

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

Shades of Radical Red #FD2E70

Tints of Radical Red #FD2E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.19%

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

R = 61.56%
G = 11.19%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD2E70 (or 0xFD2E70) is known color: Radical Red. HEX triplet: FD, 2E and 70. RGB value is (253,46,112). Sum of RGB (Red+Green+Blue) = 253+46+112=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E70 is #02D18F. Grayscale: #737373. Windows color (decimal): -184720 or 7352061. OLE color: 7352061.

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

Color convert

RGB 253 46 112 -
CMYK 0 0.82 0.56 0.01
HSL 340.87º 0.98% 0.59% -
HSV(B) 340.87º 0.82% 0.99% -
XYZ 44.41 24.01 17.62 -
YUV 115.42 126.08 226.13 -
System Red Green Blue C M Y K H S L
Decimal 253 46 112 0 0.82 0.56 0.01 340.87 0.98 0.59
Hex FD 2E 70 0 52 38 1 155 62 3B
Octal 375 56 160 0 122 70 1 525 142 73
Binary 11111101 101110 1110000 0 1010010 111000 1 101010101 1100010 111011

Color Harmonies of #FD2E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E70

Black with #FD2E70

Text Example


Text Example

White with #FD2E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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