Html Css Color HEX #F84052 Radical Red

📋 copy color: '#F84052'

red 248 ◦ green 64 ◦ blue 82

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

Shades of Radical Red #F84052

Tints of Radical Red #F84052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 62.94%
G = 16.24%
B = 20.81%

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

#F84052 (or 0xF84052) is known color: Radical Red. HEX triplet: F8, 40 and 52. RGB value is (248,64,82). Sum of RGB (Red+Green+Blue) = 248+64+82=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F84052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84052 is #07BFAD. Grayscale: #797979. Windows color (decimal): -507822 or 5390584. OLE color: 5390584.

HSL color Cylindrical-coordinate representation of color #F84052: hue angle of 354.13º 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 #F84052 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 82 -
CMYK 0 0.74 0.67 0.03
HSL 354.13º 0.93% 0.61% -
HSV(B) 354.13º 0.74% 0.97% -
XYZ 42.07 24.23 10.44 -
YUV 121.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 248 64 82 0 0.74 0.67 0.03 354.13 0.93 0.61
Hex F8 40 52 0 4A 43 3 162 5D 3D
Octal 370 100 122 0 112 103 3 542 135 75
Binary 11111000 1000000 1010010 0 1001010 1000011 11 101100010 1011101 111101

Color Harmonies of #F84052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84052

Black with #F84052

Text Example


Text Example

White with #F84052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84052; }

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

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

background-color css

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

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

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

border-color css

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

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

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