Html Css Color HEX #F04450 Radical Red

📋 copy color: '#F04450'

red 240 ◦ green 68 ◦ blue 80

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

Shades of Radical Red #F04450

Tints of Radical Red #F04450

RGB

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

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

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

R = 61.86%
G = 17.53%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F04450 (or 0xF04450) is known color: Radical Red. HEX triplet: F0, 44 and 50. RGB value is (240,68,80). Sum of RGB (Red+Green+Blue) = 240+68+80=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F04450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04450 is #0FBBAF. Grayscale: #787878. Windows color (decimal): -1031088 or 5260528. OLE color: 5260528.

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

Color convert

RGB 240 68 80 -
CMYK 0 0.72 0.67 0.06
HSL 355.81º 0.85% 0.6% -
HSV(B) 355.81º 0.72% 0.94% -
XYZ 39.45 23.24 10 -
YUV 120.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 240 68 80 0 0.72 0.67 0.06 355.81 0.85 0.6
Hex F0 44 50 0 48 43 6 164 55 3C
Octal 360 104 120 0 110 103 6 544 125 74
Binary 11110000 1000100 1010000 0 1001000 1000011 110 101100100 1010101 111100

Color Harmonies of #F04450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04450

Black with #F04450

Text Example


Text Example

White with #F04450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04450; }

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

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

background-color css

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

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

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

border-color css

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

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

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