Html Css Color HEX #FD2872 Radical Red

📋 copy color: '#FD2872'

red 253 ◦ green 40 ◦ blue 114

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

Shades of Radical Red #FD2872

Tints of Radical Red #FD2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.83%

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

R = 62.16%
G = 9.83%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD2872 (or 0xFD2872) is known color: Radical Red. HEX triplet: FD, 28 and 72. RGB value is (253,40,114). Sum of RGB (Red+Green+Blue) = 253+40+114=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2872 is #02D78D. Grayscale: #707070. Windows color (decimal): -186254 or 7481597. OLE color: 7481597.

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

Color convert

RGB 253 40 114 -
CMYK 0 0.84 0.55 0.01
HSL 339.15º 0.98% 0.57% -
HSV(B) 339.15º 0.84% 0.99% -
XYZ 44.3 23.62 18.14 -
YUV 112.12 129.07 228.48 -
System Red Green Blue C M Y K H S L
Decimal 253 40 114 0 0.84 0.55 0.01 339.15 0.98 0.57
Hex FD 28 72 0 54 37 1 153 62 39
Octal 375 50 162 0 124 67 1 523 142 71
Binary 11111101 101000 1110010 0 1010100 110111 1 101010011 1100010 111001

Color Harmonies of #FD2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2872

Black with #FD2872

Text Example


Text Example

White with #FD2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2872; }

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

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

background-color css

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

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

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

border-color css

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

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

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