Html Css Color HEX #FF415A Radical Red

📋 copy color: '#FF415A'

red 255 ◦ green 65 ◦ blue 90

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

Shades of Radical Red #FF415A

Tints of Radical Red #FF415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 62.2%
G = 15.85%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF415A (or 0xFF415A) is known color: Radical Red. HEX triplet: FF, 41 and 5A. RGB value is (255,65,90). Sum of RGB (Red+Green+Blue) = 255+65+90=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF415A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF415A is #00BEA5. Grayscale: #7C7C7C. Windows color (decimal): -48806 or 5915135. OLE color: 5915135.

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

Color convert

RGB 255 65 90 -
CMYK 0 0.75 0.65 0
HSL 352.11º 1% 0.63% -
HSV(B) 352.11º 0.75% 1% -
XYZ 44.98 25.78 12.28 -
YUV 124.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 255 65 90 0 0.75 0.65 0 352.11 1 0.63
Hex FF 41 5A 0 4B 41 0 160 64 3F
Octal 377 101 132 0 113 101 0 540 144 77
Binary 11111111 1000001 1011010 0 1001011 1000001 0 101100000 1100100 111111

Color Harmonies of #FF415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF415A

Black with #FF415A

Text Example


Text Example

White with #FF415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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