Html Css Color HEX #F83052 Radical Red

📋 copy color: '#F83052'

red 248 ◦ green 48 ◦ blue 82

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

Shades of Radical Red #F83052

Tints of Radical Red #F83052

RGB

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

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

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

R = 65.61%
G = 12.7%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F83052 (or 0xF83052) is known color: Radical Red. HEX triplet: F8, 30 and 52. RGB value is (248,48,82). Sum of RGB (Red+Green+Blue) = 248+48+82=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F83052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83052 is #07CFAD. Grayscale: #6F6F6F. Windows color (decimal): -511918 or 5386488. OLE color: 5386488.

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

Color convert

RGB 248 48 82 -
CMYK 0 0.81 0.67 0.03
HSL 349.8º 0.93% 0.58% -
HSV(B) 349.8º 0.81% 0.97% -
XYZ 41.29 22.68 10.18 -
YUV 111.68 111.26 225.24 -
System Red Green Blue C M Y K H S L
Decimal 248 48 82 0 0.81 0.67 0.03 349.8 0.93 0.58
Hex F8 30 52 0 51 43 3 15E 5D 3A
Octal 370 60 122 0 121 103 3 536 135 72
Binary 11111000 110000 1010010 0 1010001 1000011 11 101011110 1011101 111010

Color Harmonies of #F83052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83052

Black with #F83052

Text Example


Text Example

White with #F83052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83052; }

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

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

background-color css

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

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

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

border-color css

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

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

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