Html Css Color HEX #FF416A Radical Red

📋 copy color: '#FF416A'

red 255 ◦ green 65 ◦ blue 106

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

Shades of Radical Red #FF416A

Tints of Radical Red #FF416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.26%

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

R = 59.86%
G = 15.26%
B = 24.88%

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

#FF416A (or 0xFF416A) is known color: Radical Red. HEX triplet: FF, 41 and 6A. RGB value is (255,65,106). Sum of RGB (Red+Green+Blue) = 255+65+106=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF416A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF416A is #00BE95. Grayscale: #7E7E7E. Windows color (decimal): -48790 or 6963711. OLE color: 6963711.

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

Color convert

RGB 255 65 106 -
CMYK 0 0.75 0.58 0
HSL 347.05º 1% 0.63% -
HSV(B) 347.05º 0.75% 1% -
XYZ 45.73 26.08 16.26 -
YUV 126.48 116.45 219.67 -
System Red Green Blue C M Y K H S L
Decimal 255 65 106 0 0.75 0.58 0 347.05 1 0.63
Hex FF 41 6A 0 4B 3A 0 15B 64 3F
Octal 377 101 152 0 113 72 0 533 144 77
Binary 11111111 1000001 1101010 0 1001011 111010 0 101011011 1100100 111111

Color Harmonies of #FF416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF416A

Black with #FF416A

Text Example


Text Example

White with #FF416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF416A; }

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

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

background-color css

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

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

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

border-color css

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

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

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