Html Css Color HEX #FF476B Radical Red

📋 copy color: '#FF476B'

red 255 ◦ green 71 ◦ blue 107

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

Shades of Radical Red #FF476B

Tints of Radical Red #FF476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.71%

R = 58.89%
G = 16.4%
B = 24.71%

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

#FF476B (or 0xFF476B) is known color: Radical Red. HEX triplet: FF, 47 and 6B. RGB value is (255,71,107). Sum of RGB (Red+Green+Blue) = 255+71+107=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF476B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF476B is #00B894. Grayscale: #828282. Windows color (decimal): -47253 or 7030783. OLE color: 7030783.

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

Color convert

RGB 255 71 107 -
CMYK 0 0.72 0.58 0
HSL 348.26º 1% 0.64% -
HSV(B) 348.26º 0.72% 1% -
XYZ 46.15 26.83 16.66 -
YUV 130.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 255 71 107 0 0.72 0.58 0 348.26 1 0.64
Hex FF 47 6B 0 48 3A 0 15C 64 40
Octal 377 107 153 0 110 72 0 534 144 100
Binary 11111111 1000111 1101011 0 1001000 111010 0 101011100 1100100 1000000

Color Harmonies of #FF476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF476B

Black with #FF476B

Text Example


Text Example

White with #FF476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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