Html Css Color HEX #FF475F Radical Red

📋 copy color: '#FF475F'

red 255 ◦ green 71 ◦ blue 95

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

Shades of Radical Red #FF475F

Tints of Radical Red #FF475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.57%

R = 60.57%
G = 16.86%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF475F (or 0xFF475F) is known color: Radical Red. HEX triplet: FF, 47 and 5F. RGB value is (255,71,95). Sum of RGB (Red+Green+Blue) = 255+71+95=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF475F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF475F is #00B8A0. Grayscale: #808080. Windows color (decimal): -47265 or 6244351. OLE color: 6244351.

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

Color convert

RGB 255 71 95 -
CMYK 0 0.72 0.63 0
HSL 352.17º 1% 0.64% -
HSV(B) 352.17º 0.72% 1% -
XYZ 45.56 26.59 13.56 -
YUV 128.75 108.96 218.05 -
System Red Green Blue C M Y K H S L
Decimal 255 71 95 0 0.72 0.63 0 352.17 1 0.64
Hex FF 47 5F 0 48 3F 0 160 64 40
Octal 377 107 137 0 110 77 0 540 144 100
Binary 11111111 1000111 1011111 0 1001000 111111 0 101100000 1100100 1000000

Color Harmonies of #FF475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF475F

Black with #FF475F

Text Example


Text Example

White with #FF475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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