Html Css Color HEX #F05054 Radical Red

📋 copy color: '#F05054'

red 240 ◦ green 80 ◦ blue 84

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

Shades of Radical Red #F05054

Tints of Radical Red #F05054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.8%

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

R = 59.41%
G = 19.8%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F05054 (or 0xF05054) is known color: Radical Red. HEX triplet: F0, 50 and 54. RGB value is (240,80,84). Sum of RGB (Red+Green+Blue) = 240+80+84=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F05054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05054 is #0FAFAB. Grayscale: #808080. Windows color (decimal): -1028012 or 5525744. OLE color: 5525744.

HSL color Cylindrical-coordinate representation of color #F05054: hue angle of 358.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F05054 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 84 -
CMYK 0 0.67 0.65 0.06
HSL 358.5º 0.84% 0.63% -
HSV(B) 358.5º 0.67% 0.94% -
XYZ 40.4 24.9 11.06 -
YUV 128.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 240 80 84 0 0.67 0.65 0.06 358.5 0.84 0.63
Hex F0 50 54 0 43 41 6 166 54 3F
Octal 360 120 124 0 103 101 6 546 124 77
Binary 11110000 1010000 1010100 0 1000011 1000001 110 101100110 1010100 111111

Color Harmonies of #F05054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05054

Black with #F05054

Text Example


Text Example

White with #F05054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05054; }

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

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

background-color css

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

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

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

border-color css

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

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

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