Html Css Color HEX #F84048 Radical Red

📋 copy color: '#F84048'

red 248 ◦ green 64 ◦ blue 72

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

Shades of Radical Red #F84048

Tints of Radical Red #F84048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 64.58%
G = 16.67%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F84048 (or 0xF84048) is known color: Radical Red. HEX triplet: F8, 40 and 48. RGB value is (248,64,72). Sum of RGB (Red+Green+Blue) = 248+64+72=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F84048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84048 is #07BFB7. Grayscale: #787878. Windows color (decimal): -507832 or 4735224. OLE color: 4735224.

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

Color convert

RGB 248 64 72 -
CMYK 0 0.74 0.71 0.03
HSL 357.39º 0.93% 0.61% -
HSV(B) 357.39º 0.74% 0.97% -
XYZ 41.71 24.09 8.58 -
YUV 119.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 248 64 72 0 0.74 0.71 0.03 357.39 0.93 0.61
Hex F8 40 48 0 4A 47 3 165 5D 3D
Octal 370 100 110 0 112 107 3 545 135 75
Binary 11111000 1000000 1001000 0 1001010 1000111 11 101100101 1011101 111101

Color Harmonies of #F84048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84048

Black with #F84048

Text Example


Text Example

White with #F84048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84048; }

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

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

background-color css

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

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

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

border-color css

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

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

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