Html Css Color HEX #F0465D Radical Red

📋 copy color: '#F0465D'

red 240 ◦ green 70 ◦ blue 93

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

Shades of Radical Red #F0465D

Tints of Radical Red #F0465D

RGB

 RED value IS 240 (94.14% from 255) = 59.55%

 GREEN value IS 70 (27.73% from 255) = 17.37%

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 59.55%
G = 17.37%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0465D (or 0xF0465D) is known color: Radical Red. HEX triplet: F0, 46 and 5D. RGB value is (240,70,93). Sum of RGB (Red+Green+Blue) = 240+70+93=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0465D is #0FB9A2. Grayscale: #7B7B7B. Windows color (decimal): -1030563 or 6113008. OLE color: 6113008.

HSL color Cylindrical-coordinate representation of color #F0465D: hue angle of 351.88º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0465D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 70 93 -
CMYK 0 0.71 0.61 0.06
HSL 351.88º 0.85% 0.61% -
HSV(B) 351.88º 0.71% 0.94% -
XYZ 40.1 23.7 12.82 -
YUV 123.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 240 70 93 0 0.71 0.61 0.06 351.88 0.85 0.61
Hex F0 46 5D 0 47 3D 6 160 55 3D
Octal 360 106 135 0 107 75 6 540 125 75
Binary 11110000 1000110 1011101 0 1000111 111101 110 101100000 1010101 111101

Color Harmonies of #F0465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0465D

Black with #F0465D

Text Example


Text Example

White with #F0465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0465D; }

 p { color: rgb(240,70,93); }

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

background-color css

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

 a { background-color: rgb(240,70,93); }

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

border-color css

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

 span { border-color: rgb(240,70,93); }

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