Html Css Color HEX #F04854 Radical Red

📋 copy color: '#F04854'

red 240 ◦ green 72 ◦ blue 84

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

Shades of Radical Red #F04854

Tints of Radical Red #F04854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 60.61%
G = 18.18%
B = 21.21%

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

#F04854 (or 0xF04854) is known color: Radical Red. HEX triplet: F0, 48 and 54. RGB value is (240,72,84). Sum of RGB (Red+Green+Blue) = 240+72+84=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F04854 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04854 is #0FB7AB. Grayscale: #7B7B7B. Windows color (decimal): -1030060 or 5523696. OLE color: 5523696.

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

Color convert

RGB 240 72 84 -
CMYK 0 0.7 0.65 0.06
HSL 355.71º 0.85% 0.61% -
HSV(B) 355.71º 0.7% 0.94% -
XYZ 39.85 23.8 10.88 -
YUV 123.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 240 72 84 0 0.7 0.65 0.06 355.71 0.85 0.61
Hex F0 48 54 0 46 41 6 164 55 3D
Octal 360 110 124 0 106 101 6 544 125 75
Binary 11110000 1001000 1010100 0 1000110 1000001 110 101100100 1010101 111101

Color Harmonies of #F04854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04854

Black with #F04854

Text Example


Text Example

White with #F04854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04854; }

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

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

background-color css

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

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

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

border-color css

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

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

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