Html Css Color HEX #FF405F Radical Red

📋 copy color: '#FF405F'

red 255 ◦ green 64 ◦ blue 95

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

Shades of Radical Red #FF405F

Tints of Radical Red #FF405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 61.59%
G = 15.46%
B = 22.95%

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

#FF405F (or 0xFF405F) is known color: Radical Red. HEX triplet: FF, 40 and 5F. RGB value is (255,64,95). Sum of RGB (Red+Green+Blue) = 255+64+95=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF405F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF405F is #00BFA0. Grayscale: #7C7C7C. Windows color (decimal): -49057 or 6242559. OLE color: 6242559.

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

Color convert

RGB 255 64 95 -
CMYK 0 0.75 0.63 0
HSL 350.26º 1% 0.63% -
HSV(B) 350.26º 0.75% 1% -
XYZ 45.14 25.75 13.42 -
YUV 124.64 111.28 220.98 -
System Red Green Blue C M Y K H S L
Decimal 255 64 95 0 0.75 0.63 0 350.26 1 0.63
Hex FF 40 5F 0 4B 3F 0 15E 64 3F
Octal 377 100 137 0 113 77 0 536 144 77
Binary 11111111 1000000 1011111 0 1001011 111111 0 101011110 1100100 111111

Color Harmonies of #FF405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF405F

Black with #FF405F

Text Example


Text Example

White with #FF405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF405F; }

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

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

background-color css

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

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

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

border-color css

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

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

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