Html Css Color HEX #FD485C Radical Red

📋 copy color: '#FD485C'

red 253 ◦ green 72 ◦ blue 92

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

Shades of Radical Red #FD485C

Tints of Radical Red #FD485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 60.67%
G = 17.27%
B = 22.06%

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

#FD485C (or 0xFD485C) is known color: Radical Red. HEX triplet: FD, 48 and 5C. RGB value is (253,72,92). Sum of RGB (Red+Green+Blue) = 253+72+92=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD485C is #02B7A3. Grayscale: #808080. Windows color (decimal): -178084 or 6047997. OLE color: 6047997.

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

Color convert

RGB 253 72 92 -
CMYK 0 0.72 0.64 0.01
HSL 353.37º 0.98% 0.64% -
HSV(B) 353.37º 0.72% 0.99% -
XYZ 44.76 26.29 12.84 -
YUV 128.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 253 72 92 0 0.72 0.64 0.01 353.37 0.98 0.64
Hex FD 48 5C 0 48 40 1 161 62 40
Octal 375 110 134 0 110 100 1 541 142 100
Binary 11111101 1001000 1011100 0 1001000 1000000 1 101100001 1100010 1000000

Color Harmonies of #FD485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD485C

Black with #FD485C

Text Example


Text Example

White with #FD485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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