Html Css Color HEX #F04862 Radical Red

📋 copy color: '#F04862'

red 240 ◦ green 72 ◦ blue 98

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

Shades of Radical Red #F04862

Tints of Radical Red #F04862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.9%

R = 58.54%
G = 17.56%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F04862 (or 0xF04862) is known color: Radical Red. HEX triplet: F0, 48 and 62. RGB value is (240,72,98). Sum of RGB (Red+Green+Blue) = 240+72+98=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F04862 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04862 is #0FB79D. Grayscale: #7D7D7D. Windows color (decimal): -1030046 or 6441200. OLE color: 6441200.

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

Color convert

RGB 240 72 98 -
CMYK 0 0.7 0.59 0.06
HSL 350.71º 0.85% 0.61% -
HSV(B) 350.71º 0.7% 0.94% -
XYZ 40.46 24.04 14.06 -
YUV 125.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 240 72 98 0 0.7 0.59 0.06 350.71 0.85 0.61
Hex F0 48 62 0 46 3B 6 15F 55 3D
Octal 360 110 142 0 106 73 6 537 125 75
Binary 11110000 1001000 1100010 0 1000110 111011 110 101011111 1010101 111101

Color Harmonies of #F04862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04862

Black with #F04862

Text Example


Text Example

White with #F04862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04862; }

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

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

background-color css

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

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

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

border-color css

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

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

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