Html Css Color HEX #FD3672 Radical Red

📋 copy color: '#FD3672'

red 253 ◦ green 54 ◦ blue 114

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

Shades of Radical Red #FD3672

Tints of Radical Red #FD3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.83%

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

R = 60.1%
G = 12.83%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD3672 (or 0xFD3672) is known color: Radical Red. HEX triplet: FD, 36 and 72. RGB value is (253,54,114). Sum of RGB (Red+Green+Blue) = 253+54+114=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3672 is #02C98D. Grayscale: #787878. Windows color (decimal): -182670 or 7485181. OLE color: 7485181.

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

Color convert

RGB 253 54 114 -
CMYK 0 0.79 0.55 0.01
HSL 341.91º 0.98% 0.6% -
HSV(B) 341.91º 0.79% 0.99% -
XYZ 44.86 24.74 18.33 -
YUV 120.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 253 54 114 0 0.79 0.55 0.01 341.91 0.98 0.6
Hex FD 36 72 0 4F 37 1 156 62 3C
Octal 375 66 162 0 117 67 1 526 142 74
Binary 11111101 110110 1110010 0 1001111 110111 1 101010110 1100010 111100

Color Harmonies of #FD3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3672

Black with #FD3672

Text Example


Text Example

White with #FD3672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3672; }

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

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

background-color css

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

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

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

border-color css

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

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

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