Html Css Color HEX #F0445D Radical Red

📋 copy color: '#F0445D'

red 240 ◦ green 68 ◦ blue 93

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

Shades of Radical Red #F0445D

Tints of Radical Red #F0445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

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

R = 59.85%
G = 16.96%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0445D (or 0xF0445D) is known color: Radical Red. HEX triplet: F0, 44 and 5D. RGB value is (240,68,93). Sum of RGB (Red+Green+Blue) = 240+68+93=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0445D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0445D is #0FBBA2. Grayscale: #7A7A7A. Windows color (decimal): -1031075 or 6112496. OLE color: 6112496.

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

Color convert

RGB 240 68 93 -
CMYK 0 0.72 0.61 0.06
HSL 351.28º 0.85% 0.6% -
HSV(B) 351.28º 0.72% 0.94% -
XYZ 39.98 23.45 12.78 -
YUV 122.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 240 68 93 0 0.72 0.61 0.06 351.28 0.85 0.6
Hex F0 44 5D 0 48 3D 6 15F 55 3C
Octal 360 104 135 0 110 75 6 537 125 74
Binary 11110000 1000100 1011101 0 1001000 111101 110 101011111 1010101 111100

Color Harmonies of #F0445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0445D

Black with #F0445D

Text Example


Text Example

White with #F0445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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