Html Css Color HEX #F04853 Radical Red

📋 copy color: '#F04853'

red 240 ◦ green 72 ◦ blue 83

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

Shades of Radical Red #F04853

Tints of Radical Red #F04853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 60.76%
G = 18.23%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F04853 (or 0xF04853) is known color: Radical Red. HEX triplet: F0, 48 and 53. RGB value is (240,72,83). Sum of RGB (Red+Green+Blue) = 240+72+83=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F04853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04853 is #0FB7AC. Grayscale: #7B7B7B. Windows color (decimal): -1030061 or 5458160. OLE color: 5458160.

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

Color convert

RGB 240 72 83 -
CMYK 0 0.7 0.65 0.06
HSL 356.07º 0.85% 0.61% -
HSV(B) 356.07º 0.7% 0.94% -
XYZ 39.81 23.78 10.68 -
YUV 123.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 240 72 83 0 0.7 0.65 0.06 356.07 0.85 0.61
Hex F0 48 53 0 46 41 6 164 55 3D
Octal 360 110 123 0 106 101 6 544 125 75
Binary 11110000 1001000 1010011 0 1000110 1000001 110 101100100 1010101 111101

Color Harmonies of #F04853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04853

Black with #F04853

Text Example


Text Example

White with #F04853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04853; }

 p { color: rgb(240,72,83); }

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

background-color css

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

 a { background-color: rgb(240,72,83); }

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

border-color css

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

 span { border-color: rgb(240,72,83); }

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