Html Css Color HEX #F83054 Radical Red

📋 copy color: '#F83054'

red 248 ◦ green 48 ◦ blue 84

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

Shades of Radical Red #F83054

Tints of Radical Red #F83054

RGB

 RED value IS 248 (97.27% from 255) = 65.26%

 GREEN value IS 48 (19.14% from 255) = 12.63%

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

R = 65.26%
G = 12.63%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F83054 (or 0xF83054) is known color: Radical Red. HEX triplet: F8, 30 and 54. RGB value is (248,48,84). Sum of RGB (Red+Green+Blue) = 248+48+84=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F83054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83054 is #07CFAB. Grayscale: #6F6F6F. Windows color (decimal): -511916 or 5517560. OLE color: 5517560.

HSL color Cylindrical-coordinate representation of color #F83054: hue angle of 349.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F83054 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 48 84 -
CMYK 0 0.81 0.66 0.03
HSL 349.2º 0.93% 0.58% -
HSV(B) 349.2º 0.81% 0.97% -
XYZ 41.37 22.71 10.59 -
YUV 111.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 248 48 84 0 0.81 0.66 0.03 349.2 0.93 0.58
Hex F8 30 54 0 51 42 3 15D 5D 3A
Octal 370 60 124 0 121 102 3 535 135 72
Binary 11111000 110000 1010100 0 1010001 1000010 11 101011101 1011101 111010

Color Harmonies of #F83054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83054

Black with #F83054

Text Example


Text Example

White with #F83054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83054; }

 p { color: rgb(248,48,84); }

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

background-color css

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

 a { background-color: rgb(248,48,84); }

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

border-color css

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

 span { border-color: rgb(248,48,84); }

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