Html Css Color HEX #FD1C72 Radical Red

📋 copy color: '#FD1C72'

red 253 ◦ green 28 ◦ blue 114

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

Shades of Radical Red #FD1C72

Tints of Radical Red #FD1C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.09%

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

R = 64.05%
G = 7.09%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD1C72 (or 0xFD1C72) is known color: Radical Red. HEX triplet: FD, 1C and 72. RGB value is (253,28,114). Sum of RGB (Red+Green+Blue) = 253+28+114=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1C72 is #02E38D. Grayscale: #686868. Windows color (decimal): -189326 or 7478525. OLE color: 7478525.

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

Color convert

RGB 253 28 114 -
CMYK 0 0.89 0.55 0.01
HSL 337.07º 0.98% 0.55% -
HSV(B) 337.07º 0.89% 0.99% -
XYZ 43.96 22.93 18.03 -
YUV 105.08 133.04 233.51 -
System Red Green Blue C M Y K H S L
Decimal 253 28 114 0 0.89 0.55 0.01 337.07 0.98 0.55
Hex FD 1C 72 0 59 37 1 151 62 37
Octal 375 34 162 0 131 67 1 521 142 67
Binary 11111101 11100 1110010 0 1011001 110111 1 101010001 1100010 110111

Color Harmonies of #FD1C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C72

Black with #FD1C72

Text Example


Text Example

White with #FD1C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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