Html Css Color HEX #FD466C Radical Red

📋 copy color: '#FD466C'

red 253 ◦ green 70 ◦ blue 108

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

Shades of Radical Red #FD466C

Tints of Radical Red #FD466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 58.7%
G = 16.24%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD466C (or 0xFD466C) is known color: Radical Red. HEX triplet: FD, 46 and 6C. RGB value is (253,70,108). Sum of RGB (Red+Green+Blue) = 253+70+108=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD466C is #02B993. Grayscale: #818181. Windows color (decimal): -178580 or 7096061. OLE color: 7096061.

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

Color convert

RGB 253 70 108 -
CMYK 0 0.72 0.57 0.01
HSL 347.54º 0.98% 0.63% -
HSV(B) 347.54º 0.72% 0.99% -
XYZ 45.4 26.35 16.88 -
YUV 129.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 253 70 108 0 0.72 0.57 0.01 347.54 0.98 0.63
Hex FD 46 6C 0 48 39 1 15C 62 3F
Octal 375 106 154 0 110 71 1 534 142 77
Binary 11111101 1000110 1101100 0 1001000 111001 1 101011100 1100010 111111

Color Harmonies of #FD466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD466C

Black with #FD466C

Text Example


Text Example

White with #FD466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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