Html Css Color HEX #FD485A Radical Red

📋 copy color: '#FD485A'

red 253 ◦ green 72 ◦ blue 90

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

Shades of Radical Red #FD485A

Tints of Radical Red #FD485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 60.96%
G = 17.35%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD485A (or 0xFD485A) is known color: Radical Red. HEX triplet: FD, 48 and 5A. RGB value is (253,72,90). Sum of RGB (Red+Green+Blue) = 253+72+90=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD485A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD485A is #02B7A5. Grayscale: #808080. Windows color (decimal): -178086 or 5916925. OLE color: 5916925.

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

Color convert

RGB 253 72 90 -
CMYK 0 0.72 0.64 0.01
HSL 354.03º 0.98% 0.64% -
HSV(B) 354.03º 0.72% 0.99% -
XYZ 44.67 26.26 12.39 -
YUV 128.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 253 72 90 0 0.72 0.64 0.01 354.03 0.98 0.64
Hex FD 48 5A 0 48 40 1 162 62 40
Octal 375 110 132 0 110 100 1 542 142 100
Binary 11111101 1001000 1011010 0 1001000 1000000 1 101100010 1100010 1000000

Color Harmonies of #FD485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD485A

Black with #FD485A

Text Example


Text Example

White with #FD485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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