Html Css Color HEX #F84245 Radical Red

📋 copy color: '#F84245'

red 248 ◦ green 66 ◦ blue 69

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

Shades of Radical Red #F84245

Tints of Radical Red #F84245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

 BLUE value IS 69 (27.34% from 255) = 18.02%

R = 64.75%
G = 17.23%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F84245 (or 0xF84245) is known color: Radical Red. HEX triplet: F8, 42 and 45. RGB value is (248,66,69). Sum of RGB (Red+Green+Blue) = 248+66+69=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F84245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84245 is #07BDBA. Grayscale: #787878. Windows color (decimal): -507323 or 4539128. OLE color: 4539128.

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

Color convert

RGB 248 66 69 -
CMYK 0 0.73 0.72 0.03
HSL 359.01º 0.93% 0.62% -
HSV(B) 359.01º 0.73% 0.97% -
XYZ 41.73 24.28 8.12 -
YUV 120.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 248 66 69 0 0.73 0.72 0.03 359.01 0.93 0.62
Hex F8 42 45 0 49 48 3 167 5D 3E
Octal 370 102 105 0 111 110 3 547 135 76
Binary 11111000 1000010 1000101 0 1001001 1001000 11 101100111 1011101 111110

Color Harmonies of #F84245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84245

Black with #F84245

Text Example


Text Example

White with #F84245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84245; }

 p { color: rgb(248,66,69); }

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

background-color css

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

 a { background-color: rgb(248,66,69); }

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

border-color css

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

 span { border-color: rgb(248,66,69); }

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