Html Css Color HEX #F0474E Radical Red

📋 copy color: '#F0474E'

red 240 ◦ green 71 ◦ blue 78

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

Shades of Radical Red #F0474E

Tints of Radical Red #F0474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 61.7%
G = 18.25%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0474E (or 0xF0474E) is known color: Radical Red. HEX triplet: F0, 47 and 4E. RGB value is (240,71,78). Sum of RGB (Red+Green+Blue) = 240+71+78=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0474E is #0FB8B1. Grayscale: #7A7A7A. Windows color (decimal): -1030322 or 5130224. OLE color: 5130224.

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

Color convert

RGB 240 71 78 -
CMYK 0 0.70 0.68 0.06
HSL 357.51º 0.85% 0.61% -
HSV(B) 357.51º 0.7% 0.94% -
XYZ 39.56 23.58 9.67 -
YUV 122.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 240 71 78 0 0.70 0.68 0.06 357.51 0.85 0.61
Hex F0 47 4E 0 46 44 6 166 55 3D
Octal 360 107 116 0 106 104 6 546 125 75
Binary 11110000 1000111 1001110 0 1000110 1000100 110 101100110 1010101 111101

Color Harmonies of #F0474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0474E

Black with #F0474E

Text Example


Text Example

White with #F0474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0474E; }

 p { color: rgb(240,71,78); }

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

background-color css

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

 a { background-color: rgb(240,71,78); }

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

border-color css

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

 span { border-color: rgb(240,71,78); }

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