Html Css Color HEX #FD464C Radical Red

📋 copy color: '#FD464C'

red 253 ◦ green 70 ◦ blue 76

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

Shades of Radical Red #FD464C

Tints of Radical Red #FD464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 63.41%
G = 17.54%
B = 19.05%

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

#FD464C (or 0xFD464C) is known color: Radical Red. HEX triplet: FD, 46 and 4C. RGB value is (253,70,76). Sum of RGB (Red+Green+Blue) = 253+70+76=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD464C is #02B9B3. Grayscale: #7D7D7D. Windows color (decimal): -178612 or 4998909. OLE color: 4998909.

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

Color convert

RGB 253 70 76 -
CMYK 0 0.72 0.70 0.01
HSL 358.03º 0.98% 0.63% -
HSV(B) 358.03º 0.72% 0.99% -
XYZ 44 25.78 9.5 -
YUV 125.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 253 70 76 0 0.72 0.70 0.01 358.03 0.98 0.63
Hex FD 46 4C 0 48 46 1 166 62 3F
Octal 375 106 114 0 110 106 1 546 142 77
Binary 11111101 1000110 1001100 0 1001000 1000110 1 101100110 1100010 111111

Color Harmonies of #FD464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD464C

Black with #FD464C

Text Example


Text Example

White with #FD464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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