Html Css Color HEX #FD464A Radical Red

📋 copy color: '#FD464A'

red 253 ◦ green 70 ◦ blue 74

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

Shades of Radical Red #FD464A

Tints of Radical Red #FD464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 63.73%
G = 17.63%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD464A (or 0xFD464A) is known color: Radical Red. HEX triplet: FD, 46 and 4A. RGB value is (253,70,74). Sum of RGB (Red+Green+Blue) = 253+70+74=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD464A is #02B9B5. Grayscale: #7D7D7D. Windows color (decimal): -178614 or 4867837. OLE color: 4867837.

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

Color convert

RGB 253 70 74 -
CMYK 0 0.72 0.71 0.01
HSL 358.69º 0.98% 0.63% -
HSV(B) 358.69º 0.72% 0.99% -
XYZ 43.93 25.76 9.13 -
YUV 125.17 99.13 219.17 -
System Red Green Blue C M Y K H S L
Decimal 253 70 74 0 0.72 0.71 0.01 358.69 0.98 0.63
Hex FD 46 4A 0 48 47 1 167 62 3F
Octal 375 106 112 0 110 107 1 547 142 77
Binary 11111101 1000110 1001010 0 1001000 1000111 1 101100111 1100010 111111

Color Harmonies of #FD464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD464A

Black with #FD464A

Text Example


Text Example

White with #FD464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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