Html Css Color HEX #FD4154 Radical Red

📋 copy color: '#FD4154'

red 253 ◦ green 65 ◦ blue 84

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

Shades of Radical Red #FD4154

Tints of Radical Red #FD4154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

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

R = 62.94%
G = 16.17%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD4154 (or 0xFD4154) is known color: Radical Red. HEX triplet: FD, 41 and 54. RGB value is (253,65,84). Sum of RGB (Red+Green+Blue) = 253+65+84=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4154 is #02BEAB. Grayscale: #7B7B7B. Windows color (decimal): -179884 or 5521917. OLE color: 5521917.

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

Color convert

RGB 253 65 84 -
CMYK 0 0.74 0.67 0.01
HSL 353.94º 0.98% 0.62% -
HSV(B) 353.94º 0.74% 0.99% -
XYZ 44 25.3 10.95 -
YUV 123.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 253 65 84 0 0.74 0.67 0.01 353.94 0.98 0.62
Hex FD 41 54 0 4A 43 1 162 62 3E
Octal 375 101 124 0 112 103 1 542 142 76
Binary 11111101 1000001 1010100 0 1001010 1000011 1 101100010 1100010 111110

Color Harmonies of #FD4154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4154

Black with #FD4154

Text Example


Text Example

White with #FD4154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4154; }

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

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

background-color css

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

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

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

border-color css

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

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

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