Html Css Color HEX #F84253 Radical Red

📋 copy color: '#F84253'

red 248 ◦ green 66 ◦ blue 83

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

Shades of Radical Red #F84253

Tints of Radical Red #F84253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 62.47%
G = 16.62%
B = 20.91%

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

#F84253 (or 0xF84253) is known color: Radical Red. HEX triplet: F8, 42 and 53. RGB value is (248,66,83). Sum of RGB (Red+Green+Blue) = 248+66+83=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F84253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84253 is #07BDAC. Grayscale: #7A7A7A. Windows color (decimal): -507309 or 5456632. OLE color: 5456632.

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

Color convert

RGB 248 66 83 -
CMYK 0 0.73 0.67 0.03
HSL 354.4º 0.93% 0.62% -
HSV(B) 354.4º 0.73% 0.97% -
XYZ 42.22 24.48 10.68 -
YUV 122.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 248 66 83 0 0.73 0.67 0.03 354.4 0.93 0.62
Hex F8 42 53 0 49 43 3 162 5D 3E
Octal 370 102 123 0 111 103 3 542 135 76
Binary 11111000 1000010 1010011 0 1001001 1000011 11 101100010 1011101 111110

Color Harmonies of #F84253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84253

Black with #F84253

Text Example


Text Example

White with #F84253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84253; }

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

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

background-color css

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

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

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

border-color css

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

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

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