Html Css Color HEX #FD484D Radical Red

📋 copy color: '#FD484D'

red 253 ◦ green 72 ◦ blue 77

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

Shades of Radical Red #FD484D

Tints of Radical Red #FD484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

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

R = 62.94%
G = 17.91%
B = 19.15%

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

#FD484D (or 0xFD484D) is known color: Radical Red. HEX triplet: FD, 48 and 4D. RGB value is (253,72,77). Sum of RGB (Red+Green+Blue) = 253+72+77=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD484D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD484D is #02B7B2. Grayscale: #7E7E7E. Windows color (decimal): -178099 or 5064957. OLE color: 5064957.

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

Color convert

RGB 253 72 77 -
CMYK 0 0.72 0.70 0.01
HSL 358.34º 0.98% 0.64% -
HSV(B) 358.34º 0.72% 0.99% -
XYZ 44.16 26.05 9.72 -
YUV 126.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 253 72 77 0 0.72 0.70 0.01 358.34 0.98 0.64
Hex FD 48 4D 0 48 46 1 166 62 40
Octal 375 110 115 0 110 106 1 546 142 100
Binary 11111101 1001000 1001101 0 1001000 1000110 1 101100110 1100010 1000000

Color Harmonies of #FD484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD484D

Black with #FD484D

Text Example


Text Example

White with #FD484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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