Html Css Color HEX #F84144 Radical Red

📋 copy color: '#F84144'

red 248 ◦ green 65 ◦ blue 68

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

Shades of Radical Red #F84144

Tints of Radical Red #F84144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 65.09%
G = 17.06%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F84144 (or 0xF84144) is known color: Radical Red. HEX triplet: F8, 41 and 44. RGB value is (248,65,68). Sum of RGB (Red+Green+Blue) = 248+65+68=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F84144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84144 is #07BEBB. Grayscale: #787878. Windows color (decimal): -507580 or 4473336. OLE color: 4473336.

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

Color convert

RGB 248 65 68 -
CMYK 0 0.74 0.73 0.03
HSL 359.02º 0.93% 0.61% -
HSV(B) 359.02º 0.74% 0.97% -
XYZ 41.65 24.15 7.94 -
YUV 120.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 248 65 68 0 0.74 0.73 0.03 359.02 0.93 0.61
Hex F8 41 44 0 4A 49 3 167 5D 3D
Octal 370 101 104 0 112 111 3 547 135 75
Binary 11111000 1000001 1000100 0 1001010 1001001 11 101100111 1011101 111101

Color Harmonies of #F84144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84144

Black with #F84144

Text Example


Text Example

White with #F84144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84144; }

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

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

background-color css

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

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

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

border-color css

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

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

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