Html Css Color HEX #F84053 Radical Red

📋 copy color: '#F84053'

red 248 ◦ green 64 ◦ blue 83

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

Shades of Radical Red #F84053

Tints of Radical Red #F84053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 62.78%
G = 16.2%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F84053 (or 0xF84053) is known color: Radical Red. HEX triplet: F8, 40 and 53. RGB value is (248,64,83). Sum of RGB (Red+Green+Blue) = 248+64+83=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F84053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84053 is #07BFAC. Grayscale: #797979. Windows color (decimal): -507821 or 5456120. OLE color: 5456120.

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

Color convert

RGB 248 64 83 -
CMYK 0 0.74 0.67 0.03
HSL 353.8º 0.93% 0.61% -
HSV(B) 353.8º 0.74% 0.97% -
XYZ 42.11 24.25 10.64 -
YUV 121.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 248 64 83 0 0.74 0.67 0.03 353.8 0.93 0.61
Hex F8 40 53 0 4A 43 3 162 5D 3D
Octal 370 100 123 0 112 103 3 542 135 75
Binary 11111000 1000000 1010011 0 1001010 1000011 11 101100010 1011101 111101

Color Harmonies of #F84053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84053

Black with #F84053

Text Example


Text Example

White with #F84053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84053; }

 p { color: rgb(248,64,83); }

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

background-color css

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

 a { background-color: rgb(248,64,83); }

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

border-color css

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

 span { border-color: rgb(248,64,83); }

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