Html Css Color HEX #FD476A Radical Red

📋 copy color: '#FD476A'

red 253 ◦ green 71 ◦ blue 106

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

Shades of Radical Red #FD476A

Tints of Radical Red #FD476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.51%

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

R = 58.84%
G = 16.51%
B = 24.65%

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

#FD476A (or 0xFD476A) is known color: Radical Red. HEX triplet: FD, 47 and 6A. RGB value is (253,71,106). Sum of RGB (Red+Green+Blue) = 253+71+106=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD476A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD476A is #02B895. Grayscale: #818181. Windows color (decimal): -178326 or 6965245. OLE color: 6965245.

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

Color convert

RGB 253 71 106 -
CMYK 0 0.72 0.58 0.01
HSL 348.46º 0.98% 0.64% -
HSV(B) 348.46º 0.72% 0.99% -
XYZ 45.36 26.43 16.35 -
YUV 129.41 114.8 216.15 -
System Red Green Blue C M Y K H S L
Decimal 253 71 106 0 0.72 0.58 0.01 348.46 0.98 0.64
Hex FD 47 6A 0 48 3A 1 15C 62 40
Octal 375 107 152 0 110 72 1 534 142 100
Binary 11111101 1000111 1101010 0 1001000 111010 1 101011100 1100010 1000000

Color Harmonies of #FD476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD476A

Black with #FD476A

Text Example


Text Example

White with #FD476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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