Html Css Color HEX #FD2672 Radical Red

📋 copy color: '#FD2672'

red 253 ◦ green 38 ◦ blue 114

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

Shades of Radical Red #FD2672

Tints of Radical Red #FD2672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.38%

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

R = 62.47%
G = 9.38%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD2672 (or 0xFD2672) is known color: Radical Red. HEX triplet: FD, 26 and 72. RGB value is (253,38,114). Sum of RGB (Red+Green+Blue) = 253+38+114=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2672 is #02D98D. Grayscale: #6E6E6E. Windows color (decimal): -186766 or 7481085. OLE color: 7481085.

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

Color convert

RGB 253 38 114 -
CMYK 0 0.85 0.55 0.01
HSL 338.79º 0.98% 0.57% -
HSV(B) 338.79º 0.85% 0.99% -
XYZ 44.24 23.48 18.12 -
YUV 110.95 129.73 229.32 -
System Red Green Blue C M Y K H S L
Decimal 253 38 114 0 0.85 0.55 0.01 338.79 0.98 0.57
Hex FD 26 72 0 55 37 1 153 62 39
Octal 375 46 162 0 125 67 1 523 142 71
Binary 11111101 100110 1110010 0 1010101 110111 1 101010011 1100010 111001

Color Harmonies of #FD2672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2672

Black with #FD2672

Text Example


Text Example

White with #FD2672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2672; }

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

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

background-color css

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

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

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

border-color css

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

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

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