Html Css Color HEX #F84142 Radical Red

📋 copy color: '#F84142'

red 248 ◦ green 65 ◦ blue 66

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

Shades of Radical Red #F84142

Tints of Radical Red #F84142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 65.44%
G = 17.15%
B = 17.41%

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

#F84142 (or 0xF84142) is known color: Radical Red. HEX triplet: F8, 41 and 42. RGB value is (248,65,66). Sum of RGB (Red+Green+Blue) = 248+65+66=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F84142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84142 is #07BEBD. Grayscale: #787878. Windows color (decimal): -507582 or 4342264. OLE color: 4342264.

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

Color convert

RGB 248 65 66 -
CMYK 0 0.74 0.73 0.03
HSL 359.67º 0.93% 0.61% -
HSV(B) 359.67º 0.74% 0.97% -
XYZ 41.59 24.13 7.62 -
YUV 119.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 248 65 66 0 0.74 0.73 0.03 359.67 0.93 0.61
Hex F8 41 42 0 4A 49 3 168 5D 3D
Octal 370 101 102 0 112 111 3 550 135 75
Binary 11111000 1000001 1000010 0 1001010 1001001 11 101101000 1011101 111101

Color Harmonies of #F84142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84142

Black with #F84142

Text Example


Text Example

White with #F84142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84142; }

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

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

background-color css

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

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

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

border-color css

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

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

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