Html Css Color HEX #F04051 Radical Red

📋 copy color: '#F04051'

red 240 ◦ green 64 ◦ blue 81

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

Shades of Radical Red #F04051

Tints of Radical Red #F04051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.62%

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 62.34%
G = 16.62%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F04051 (or 0xF04051) is known color: Radical Red. HEX triplet: F0, 40 and 51. RGB value is (240,64,81). Sum of RGB (Red+Green+Blue) = 240+64+81=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F04051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04051 is #0FBFAE. Grayscale: #767676. Windows color (decimal): -1032111 or 5325040. OLE color: 5325040.

HSL color Cylindrical-coordinate representation of color #F04051: hue angle of 354.2º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04051 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 81 -
CMYK 0 0.73 0.66 0.06
HSL 354.2º 0.85% 0.6% -
HSV(B) 354.2º 0.73% 0.94% -
XYZ 39.25 22.79 10.11 -
YUV 118.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 240 64 81 0 0.73 0.66 0.06 354.2 0.85 0.6
Hex F0 40 51 0 49 42 6 162 55 3C
Octal 360 100 121 0 111 102 6 542 125 74
Binary 11110000 1000000 1010001 0 1001001 1000010 110 101100010 1010101 111100

Color Harmonies of #F04051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04051

Black with #F04051

Text Example


Text Example

White with #F04051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04051; }

 p { color: rgb(240,64,81); }

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

background-color css

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

 a { background-color: rgb(240,64,81); }

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

border-color css

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

 span { border-color: rgb(240,64,81); }

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