Html Css Color HEX #FF416F Radical Red

📋 copy color: '#FF416F'

red 255 ◦ green 65 ◦ blue 111

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

Shades of Radical Red #FF416F

Tints of Radical Red #FF416F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 59.16%
G = 15.08%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF416F (or 0xFF416F) is known color: Radical Red. HEX triplet: FF, 41 and 6F. RGB value is (255,65,111). Sum of RGB (Red+Green+Blue) = 255+65+111=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF416F is #00BE90. Grayscale: #7F7F7F. Windows color (decimal): -48785 or 7291391. OLE color: 7291391.

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

Color convert

RGB 255 65 111 -
CMYK 0 0.75 0.56 0
HSL 345.47º 1% 0.63% -
HSV(B) 345.47º 0.75% 1% -
XYZ 46 26.19 17.67 -
YUV 127.05 118.95 219.26 -
System Red Green Blue C M Y K H S L
Decimal 255 65 111 0 0.75 0.56 0 345.47 1 0.63
Hex FF 41 6F 0 4B 38 0 159 64 3F
Octal 377 101 157 0 113 70 0 531 144 77
Binary 11111111 1000001 1101111 0 1001011 111000 0 101011001 1100100 111111

Color Harmonies of #FF416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF416F

Black with #FF416F

Text Example


Text Example

White with #FF416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF416F; }

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

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

background-color css

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

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

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

border-color css

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

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

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