Html Css Color HEX #F84145 Radical Red

📋 copy color: '#F84145'

red 248 ◦ green 65 ◦ blue 69

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

Shades of Radical Red #F84145

Tints of Radical Red #F84145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.02%

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

R = 64.92%
G = 17.02%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F84145 (or 0xF84145) is known color: Radical Red. HEX triplet: F8, 41 and 45. RGB value is (248,65,69). Sum of RGB (Red+Green+Blue) = 248+65+69=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F84145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84145 is #07BEBA. Grayscale: #787878. Windows color (decimal): -507579 or 4538872. OLE color: 4538872.

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

Color convert

RGB 248 65 69 -
CMYK 0 0.74 0.72 0.03
HSL 358.69º 0.93% 0.61% -
HSV(B) 358.69º 0.74% 0.97% -
XYZ 41.68 24.17 8.1 -
YUV 120.17 99.13 219.17 -
System Red Green Blue C M Y K H S L
Decimal 248 65 69 0 0.74 0.72 0.03 358.69 0.93 0.61
Hex F8 41 45 0 4A 48 3 167 5D 3D
Octal 370 101 105 0 112 110 3 547 135 75
Binary 11111000 1000001 1000101 0 1001010 1001000 11 101100111 1011101 111101

Color Harmonies of #F84145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84145

Black with #F84145

Text Example


Text Example

White with #F84145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84145; }

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

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

background-color css

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

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

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

border-color css

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

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

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