Html Css Color HEX #F84251 Radical Red

📋 copy color: '#F84251'

red 248 ◦ green 66 ◦ blue 81

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

Shades of Radical Red #F84251

Tints of Radical Red #F84251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 62.78%
G = 16.71%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F84251 (or 0xF84251) is known color: Radical Red. HEX triplet: F8, 42 and 51. RGB value is (248,66,81). Sum of RGB (Red+Green+Blue) = 248+66+81=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F84251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84251 is #07BDAE. Grayscale: #7A7A7A. Windows color (decimal): -507311 or 5325560. OLE color: 5325560.

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

Color convert

RGB 248 66 81 -
CMYK 0 0.73 0.67 0.03
HSL 355.05º 0.93% 0.62% -
HSV(B) 355.05º 0.73% 0.97% -
XYZ 42.14 24.45 10.28 -
YUV 122.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 248 66 81 0 0.73 0.67 0.03 355.05 0.93 0.62
Hex F8 42 51 0 49 43 3 163 5D 3E
Octal 370 102 121 0 111 103 3 543 135 76
Binary 11111000 1000010 1010001 0 1001001 1000011 11 101100011 1011101 111110

Color Harmonies of #F84251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84251

Black with #F84251

Text Example


Text Example

White with #F84251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84251; }

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

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

background-color css

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

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

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

border-color css

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

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

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