Html Css Color HEX #FF415E Radical Red

📋 copy color: '#FF415E'

red 255 ◦ green 65 ◦ blue 94

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

Shades of Radical Red #FF415E

Tints of Radical Red #FF415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 61.59%
G = 15.7%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF415E (or 0xFF415E) is known color: Radical Red. HEX triplet: FF, 41 and 5E. RGB value is (255,65,94). Sum of RGB (Red+Green+Blue) = 255+65+94=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF415E is #00BEA1. Grayscale: #7D7D7D. Windows color (decimal): -48802 or 6177279. OLE color: 6177279.

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

Color convert

RGB 255 65 94 -
CMYK 0 0.75 0.63 0
HSL 350.84º 1% 0.63% -
HSV(B) 350.84º 0.75% 1% -
XYZ 45.15 25.85 13.2 -
YUV 125.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 255 65 94 0 0.75 0.63 0 350.84 1 0.63
Hex FF 41 5E 0 4B 3F 0 15F 64 3F
Octal 377 101 136 0 113 77 0 537 144 77
Binary 11111111 1000001 1011110 0 1001011 111111 0 101011111 1100100 111111

Color Harmonies of #FF415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF415E

Black with #FF415E

Text Example


Text Example

White with #FF415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF415E; }

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

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

background-color css

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

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

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

border-color css

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

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

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