Html Css Color HEX #F8295A Radical Red

📋 copy color: '#F8295A'

red 248 ◦ green 41 ◦ blue 90

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

Shades of Radical Red #F8295A

Tints of Radical Red #F8295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 65.44%
G = 10.82%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8295A (or 0xF8295A) is known color: Radical Red. HEX triplet: F8, 29 and 5A. RGB value is (248,41,90). Sum of RGB (Red+Green+Blue) = 248+41+90=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F8295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8295A is #07D6A5. Grayscale: #6C6C6C. Windows color (decimal): -513702 or 5908984. OLE color: 5908984.

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

Color convert

RGB 248 41 90 -
CMYK 0 0.83 0.64 0.03
HSL 345.8º 0.94% 0.57% -
HSV(B) 345.8º 0.83% 0.97% -
XYZ 41.35 22.28 11.79 -
YUV 108.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 248 41 90 0 0.83 0.64 0.03 345.8 0.94 0.57
Hex F8 29 5A 0 53 40 3 15A 5E 39
Octal 370 51 132 0 123 100 3 532 136 71
Binary 11111000 101001 1011010 0 1010011 1000000 11 101011010 1011110 111001

Color Harmonies of #F8295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8295A

Black with #F8295A

Text Example


Text Example

White with #F8295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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