Html Css Color HEX #FD464E Radical Red

📋 copy color: '#FD464E'

red 253 ◦ green 70 ◦ blue 78

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

Shades of Radical Red #FD464E

Tints of Radical Red #FD464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.46%

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 63.09%
G = 17.46%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD464E (or 0xFD464E) is known color: Radical Red. HEX triplet: FD, 46 and 4E. RGB value is (253,70,78). Sum of RGB (Red+Green+Blue) = 253+70+78=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD464E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD464E is #02B9B1. Grayscale: #7D7D7D. Windows color (decimal): -178610 or 5129981. OLE color: 5129981.

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

Color convert

RGB 253 70 78 -
CMYK 0 0.72 0.69 0.01
HSL 357.38º 0.98% 0.63% -
HSV(B) 357.38º 0.72% 0.99% -
XYZ 44.07 25.81 9.87 -
YUV 125.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 253 70 78 0 0.72 0.69 0.01 357.38 0.98 0.63
Hex FD 46 4E 0 48 45 1 165 62 3F
Octal 375 106 116 0 110 105 1 545 142 77
Binary 11111101 1000110 1001110 0 1001000 1000101 1 101100101 1100010 111111

Color Harmonies of #FD464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD464E

Black with #FD464E

Text Example


Text Example

White with #FD464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD464E; }

 p { color: rgb(253,70,78); }

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

background-color css

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

 a { background-color: rgb(253,70,78); }

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

border-color css

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

 span { border-color: rgb(253,70,78); }

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