Html Css Color HEX #F84352 Radical Red

📋 copy color: '#F84352'

red 248 ◦ green 67 ◦ blue 82

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

Shades of Radical Red #F84352

Tints of Radical Red #F84352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.88%

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

R = 62.47%
G = 16.88%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F84352 (or 0xF84352) is known color: Radical Red. HEX triplet: F8, 43 and 52. RGB value is (248,67,82). Sum of RGB (Red+Green+Blue) = 248+67+82=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F84352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84352 is #07BCAD. Grayscale: #7A7A7A. Windows color (decimal): -507054 or 5391352. OLE color: 5391352.

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

Color convert

RGB 248 67 82 -
CMYK 0 0.73 0.67 0.03
HSL 355.03º 0.93% 0.62% -
HSV(B) 355.03º 0.73% 0.97% -
XYZ 42.24 24.58 10.5 -
YUV 122.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 248 67 82 0 0.73 0.67 0.03 355.03 0.93 0.62
Hex F8 43 52 0 49 43 3 163 5D 3E
Octal 370 103 122 0 111 103 3 543 135 76
Binary 11111000 1000011 1010010 0 1001001 1000011 11 101100011 1011101 111110

Color Harmonies of #F84352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84352

Black with #F84352

Text Example


Text Example

White with #F84352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84352; }

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

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

background-color css

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

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

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

border-color css

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

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

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