Html Css Color HEX #F8295F Radical Red

📋 copy color: '#F8295F'

red 248 ◦ green 41 ◦ blue 95

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

Shades of Radical Red #F8295F

Tints of Radical Red #F8295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 64.58%
G = 10.68%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8295F (or 0xF8295F) is known color: Radical Red. HEX triplet: F8, 29 and 5F. RGB value is (248,41,95). Sum of RGB (Red+Green+Blue) = 248+41+95=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F8295F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8295F is #07D6A0. Grayscale: #6D6D6D. Windows color (decimal): -513697 or 6236664. OLE color: 6236664.

HSL color Cylindrical-coordinate representation of color #F8295F: hue angle of 344.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8295F is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 95 -
CMYK 0 0.83 0.62 0.03
HSL 344.35º 0.94% 0.57% -
HSV(B) 344.35º 0.83% 0.97% -
XYZ 41.57 22.37 12.95 -
YUV 109.05 120.08 227.11 -
System Red Green Blue C M Y K H S L
Decimal 248 41 95 0 0.83 0.62 0.03 344.35 0.94 0.57
Hex F8 29 5F 0 53 3E 3 158 5E 39
Octal 370 51 137 0 123 76 3 530 136 71
Binary 11111000 101001 1011111 0 1010011 111110 11 101011000 1011110 111001

Color Harmonies of #F8295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8295F

Black with #F8295F

Text Example


Text Example

White with #F8295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8295F; }

 p { color: rgb(248,41,95); }

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

background-color css

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

 a { background-color: rgb(248,41,95); }

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

border-color css

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

 span { border-color: rgb(248,41,95); }

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