Html Css Color HEX #F0474D Radical Red

📋 copy color: '#F0474D'

red 240 ◦ green 71 ◦ blue 77

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

Shades of Radical Red #F0474D

Tints of Radical Red #F0474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 61.86%
G = 18.3%
B = 19.85%

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

#F0474D (or 0xF0474D) is known color: Radical Red. HEX triplet: F0, 47 and 4D. RGB value is (240,71,77). Sum of RGB (Red+Green+Blue) = 240+71+77=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0474D is #0FB8B2. Grayscale: #7A7A7A. Windows color (decimal): -1030323 or 5064688. OLE color: 5064688.

HSL color Cylindrical-coordinate representation of color #F0474D: hue angle of 357.87º 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 #F0474D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 77 -
CMYK 0 0.70 0.68 0.06
HSL 357.87º 0.85% 0.61% -
HSV(B) 357.87º 0.7% 0.94% -
XYZ 39.53 23.57 9.49 -
YUV 122.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 240 71 77 0 0.70 0.68 0.06 357.87 0.85 0.61
Hex F0 47 4D 0 46 44 6 166 55 3D
Octal 360 107 115 0 106 104 6 546 125 75
Binary 11110000 1000111 1001101 0 1000110 1000100 110 101100110 1010101 111101

Color Harmonies of #F0474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0474D

Black with #F0474D

Text Example


Text Example

White with #F0474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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