Html Css Color HEX #FD464D Radical Red

📋 copy color: '#FD464D'

red 253 ◦ green 70 ◦ blue 77

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

Shades of Radical Red #FD464D

Tints of Radical Red #FD464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 63.25%
G = 17.5%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD464D (or 0xFD464D) is known color: Radical Red. HEX triplet: FD, 46 and 4D. RGB value is (253,70,77). Sum of RGB (Red+Green+Blue) = 253+70+77=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD464D is #02B9B2. Grayscale: #7D7D7D. Windows color (decimal): -178611 or 5064445. OLE color: 5064445.

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

Color convert

RGB 253 70 77 -
CMYK 0 0.72 0.70 0.01
HSL 357.7º 0.98% 0.63% -
HSV(B) 357.7º 0.72% 0.99% -
XYZ 44.04 25.8 9.68 -
YUV 125.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 253 70 77 0 0.72 0.70 0.01 357.7 0.98 0.63
Hex FD 46 4D 0 48 46 1 166 62 3F
Octal 375 106 115 0 110 106 1 546 142 77
Binary 11111101 1000110 1001101 0 1001000 1000110 1 101100110 1100010 111111

Color Harmonies of #FD464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD464D

Black with #FD464D

Text Example


Text Example

White with #FD464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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