Html Css Color HEX #FD4060 Radical Red

📋 copy color: '#FD4060'

red 253 ◦ green 64 ◦ blue 96

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

Shades of Radical Red #FD4060

Tints of Radical Red #FD4060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 61.26%
G = 15.5%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD4060 (or 0xFD4060) is known color: Radical Red. HEX triplet: FD, 40 and 60. RGB value is (253,64,96). Sum of RGB (Red+Green+Blue) = 253+64+96=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4060 is #02BF9F. Grayscale: #7C7C7C. Windows color (decimal): -180128 or 6308093. OLE color: 6308093.

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

Color convert

RGB 253 64 96 -
CMYK 0 0.75 0.62 0.01
HSL 349.84º 0.98% 0.62% -
HSV(B) 349.84º 0.75% 0.99% -
XYZ 44.45 25.39 13.62 -
YUV 124.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 253 64 96 0 0.75 0.62 0.01 349.84 0.98 0.62
Hex FD 40 60 0 4B 3E 1 15E 62 3E
Octal 375 100 140 0 113 76 1 536 142 76
Binary 11111101 1000000 1100000 0 1001011 111110 1 101011110 1100010 111110

Color Harmonies of #FD4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4060

Black with #FD4060

Text Example


Text Example

White with #FD4060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4060; }

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

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

background-color css

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

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

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

border-color css

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

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

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