Html Css Color HEX #FF476A Radical Red

📋 copy color: '#FF476A'

red 255 ◦ green 71 ◦ blue 106

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

Shades of Radical Red #FF476A

Tints of Radical Red #FF476A

RGB

 RED value IS 255 (100% from 255) = 59.03%

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

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

R = 59.03%
G = 16.44%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF476A (or 0xFF476A) is known color: Radical Red. HEX triplet: FF, 47 and 6A. RGB value is (255,71,106). Sum of RGB (Red+Green+Blue) = 255+71+106=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF476A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF476A is #00B895. Grayscale: #828282. Windows color (decimal): -47254 or 6965247. OLE color: 6965247.

HSL color Cylindrical-coordinate representation of color #FF476A: hue angle of 348.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF476A is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 71 106 -
CMYK 0 0.72 0.58 0
HSL 348.59º 1% 0.64% -
HSV(B) 348.59º 0.72% 1% -
XYZ 46.09 26.81 16.38 -
YUV 130.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 255 71 106 0 0.72 0.58 0 348.59 1 0.64
Hex FF 47 6A 0 48 3A 0 15D 64 40
Octal 377 107 152 0 110 72 0 535 144 100
Binary 11111111 1000111 1101010 0 1001000 111010 0 101011101 1100100 1000000

Color Harmonies of #FF476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF476A

Black with #FF476A

Text Example


Text Example

White with #FF476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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