Html Css Color HEX #F04950 Radical Red

📋 copy color: '#F04950'

red 240 ◦ green 73 ◦ blue 80

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

Shades of Radical Red #F04950

Tints of Radical Red #F04950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.58%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 61.07%
G = 18.58%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F04950 (or 0xF04950) is known color: Radical Red. HEX triplet: F0, 49 and 50. RGB value is (240,73,80). Sum of RGB (Red+Green+Blue) = 240+73+80=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F04950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04950 is #0FB6AF. Grayscale: #7B7B7B. Windows color (decimal): -1029808 or 5261808. OLE color: 5261808.

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

Color convert

RGB 240 73 80 -
CMYK 0 0.70 0.67 0.06
HSL 357.49º 0.85% 0.61% -
HSV(B) 357.49º 0.7% 0.94% -
XYZ 39.77 23.87 10.1 -
YUV 123.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 240 73 80 0 0.70 0.67 0.06 357.49 0.85 0.61
Hex F0 49 50 0 46 43 6 165 55 3D
Octal 360 111 120 0 106 103 6 545 125 75
Binary 11110000 1001001 1010000 0 1000110 1000011 110 101100101 1010101 111101

Color Harmonies of #F04950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04950

Black with #F04950

Text Example


Text Example

White with #F04950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04950; }

 p { color: rgb(240,73,80); }

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

background-color css

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

 a { background-color: rgb(240,73,80); }

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

border-color css

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

 span { border-color: rgb(240,73,80); }

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