Html Css Color HEX #FD4072 Radical Red

📋 copy color: '#FD4072'

red 253 ◦ green 64 ◦ blue 114

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

Shades of Radical Red #FD4072

Tints of Radical Red #FD4072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.85%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 58.7%
G = 14.85%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD4072 (or 0xFD4072) is known color: Radical Red. HEX triplet: FD, 40 and 72. RGB value is (253,64,114). Sum of RGB (Red+Green+Blue) = 253+64+114=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4072 is #02BF8D. Grayscale: #7E7E7E. Windows color (decimal): -180110 or 7487741. OLE color: 7487741.

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

Color convert

RGB 253 64 114 -
CMYK 0 0.75 0.55 0.01
HSL 344.13º 0.98% 0.62% -
HSV(B) 344.13º 0.75% 0.99% -
XYZ 45.38 25.76 18.5 -
YUV 126.21 121.12 218.43 -
System Red Green Blue C M Y K H S L
Decimal 253 64 114 0 0.75 0.55 0.01 344.13 0.98 0.62
Hex FD 40 72 0 4B 37 1 158 62 3E
Octal 375 100 162 0 113 67 1 530 142 76
Binary 11111101 1000000 1110010 0 1001011 110111 1 101011000 1100010 111110

Color Harmonies of #FD4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4072

Black with #FD4072

Text Example


Text Example

White with #FD4072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4072; }

 p { color: rgb(253,64,114); }

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

background-color css

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

 a { background-color: rgb(253,64,114); }

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

border-color css

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

 span { border-color: rgb(253,64,114); }

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