Html Css Color HEX #FD466A Radical Red

📋 copy color: '#FD466A'

red 253 ◦ green 70 ◦ blue 106

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

Shades of Radical Red #FD466A

Tints of Radical Red #FD466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 58.97%
G = 16.32%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD466A (or 0xFD466A) is known color: Radical Red. HEX triplet: FD, 46 and 6A. RGB value is (253,70,106). Sum of RGB (Red+Green+Blue) = 253+70+106=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD466A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD466A is #02B995. Grayscale: #808080. Windows color (decimal): -178582 or 6964989. OLE color: 6964989.

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

Color convert

RGB 253 70 106 -
CMYK 0 0.72 0.58 0.01
HSL 348.2º 0.98% 0.63% -
HSV(B) 348.2º 0.72% 0.99% -
XYZ 45.3 26.3 16.33 -
YUV 128.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 253 70 106 0 0.72 0.58 0.01 348.2 0.98 0.63
Hex FD 46 6A 0 48 3A 1 15C 62 3F
Octal 375 106 152 0 110 72 1 534 142 77
Binary 11111101 1000110 1101010 0 1001000 111010 1 101011100 1100010 111111

Color Harmonies of #FD466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD466A

Black with #FD466A

Text Example


Text Example

White with #FD466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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