Html Css Color HEX #FF406A Radical Red

📋 copy color: '#FF406A'

red 255 ◦ green 64 ◦ blue 106

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

Shades of Radical Red #FF406A

Tints of Radical Red #FF406A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.06%

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

R = 60%
G = 15.06%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF406A (or 0xFF406A) is known color: Radical Red. HEX triplet: FF, 40 and 6A. RGB value is (255,64,106). Sum of RGB (Red+Green+Blue) = 255+64+106=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF406A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF406A is #00BF95. Grayscale: #7D7D7D. Windows color (decimal): -49046 or 6963455. OLE color: 6963455.

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

Color convert

RGB 255 64 106 -
CMYK 0 0.75 0.58 0
HSL 346.81º 1% 0.63% -
HSV(B) 346.81º 0.75% 1% -
XYZ 45.67 25.97 16.24 -
YUV 125.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 255 64 106 0 0.75 0.58 0 346.81 1 0.63
Hex FF 40 6A 0 4B 3A 0 15B 64 3F
Octal 377 100 152 0 113 72 0 533 144 77
Binary 11111111 1000000 1101010 0 1001011 111010 0 101011011 1100100 111111

Color Harmonies of #FF406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF406A

Black with #FF406A

Text Example


Text Example

White with #FF406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF406A; }

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

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

background-color css

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

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

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

border-color css

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

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

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