Html Css Color HEX #F8295B Radical Red

📋 copy color: '#F8295B'

red 248 ◦ green 41 ◦ blue 91

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

Shades of Radical Red #F8295B

Tints of Radical Red #F8295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 65.26%
G = 10.79%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8295B (or 0xF8295B) is known color: Radical Red. HEX triplet: F8, 29 and 5B. RGB value is (248,41,91). Sum of RGB (Red+Green+Blue) = 248+41+91=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8295B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8295B is #07D6A4. Grayscale: #6C6C6C. Windows color (decimal): -513701 or 5974520. OLE color: 5974520.

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

Color convert

RGB 248 41 91 -
CMYK 0 0.83 0.63 0.03
HSL 345.51º 0.94% 0.57% -
HSV(B) 345.51º 0.83% 0.97% -
XYZ 41.39 22.3 12.02 -
YUV 108.59 118.08 227.43 -
System Red Green Blue C M Y K H S L
Decimal 248 41 91 0 0.83 0.63 0.03 345.51 0.94 0.57
Hex F8 29 5B 0 53 3F 3 15A 5E 39
Octal 370 51 133 0 123 77 3 532 136 71
Binary 11111000 101001 1011011 0 1010011 111111 11 101011010 1011110 111001

Color Harmonies of #F8295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8295B

Black with #F8295B

Text Example


Text Example

White with #F8295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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