Html Css Color HEX #F04551 Radical Red

📋 copy color: '#F04551'

red 240 ◦ green 69 ◦ blue 81

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

Shades of Radical Red #F04551

Tints of Radical Red #F04551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.69%

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

R = 61.54%
G = 17.69%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F04551 (or 0xF04551) is known color: Radical Red. HEX triplet: F0, 45 and 51. RGB value is (240,69,81). Sum of RGB (Red+Green+Blue) = 240+69+81=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F04551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04551 is #0FBAAE. Grayscale: #797979. Windows color (decimal): -1030831 or 5326320. OLE color: 5326320.

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

Color convert

RGB 240 69 81 -
CMYK 0 0.71 0.66 0.06
HSL 355.79º 0.85% 0.61% -
HSV(B) 355.79º 0.71% 0.94% -
XYZ 39.55 23.38 10.21 -
YUV 121.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 240 69 81 0 0.71 0.66 0.06 355.79 0.85 0.61
Hex F0 45 51 0 47 42 6 164 55 3D
Octal 360 105 121 0 107 102 6 544 125 75
Binary 11110000 1000101 1010001 0 1000111 1000010 110 101100100 1010101 111101

Color Harmonies of #F04551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04551

Black with #F04551

Text Example


Text Example

White with #F04551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04551; }

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

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

background-color css

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

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

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

border-color css

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

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

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