Html Css Color HEX #FD4054 Radical Red

📋 copy color: '#FD4054'

red 253 ◦ green 64 ◦ blue 84

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

Shades of Radical Red #FD4054

Tints of Radical Red #FD4054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 63.09%
G = 15.96%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD4054 (or 0xFD4054) is known color: Radical Red. HEX triplet: FD, 40 and 54. RGB value is (253,64,84). Sum of RGB (Red+Green+Blue) = 253+64+84=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4054 is #02BFAB. Grayscale: #7A7A7A. Windows color (decimal): -180140 or 5521661. OLE color: 5521661.

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

Color convert

RGB 253 64 84 -
CMYK 0 0.75 0.67 0.01
HSL 353.65º 0.98% 0.62% -
HSV(B) 353.65º 0.75% 0.99% -
XYZ 43.94 25.19 10.93 -
YUV 122.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 253 64 84 0 0.75 0.67 0.01 353.65 0.98 0.62
Hex FD 40 54 0 4B 43 1 162 62 3E
Octal 375 100 124 0 113 103 1 542 142 76
Binary 11111101 1000000 1010100 0 1001011 1000011 1 101100010 1100010 111110

Color Harmonies of #FD4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4054

Black with #FD4054

Text Example


Text Example

White with #FD4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4054; }

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

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

background-color css

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

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

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

border-color css

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

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

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