Html Css Color HEX #F8296F Radical Red

📋 copy color: '#F8296F'

red 248 ◦ green 41 ◦ blue 111

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

Shades of Radical Red #F8296F

Tints of Radical Red #F8296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 62%
G = 10.25%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8296F (or 0xF8296F) is known color: Radical Red. HEX triplet: F8, 29 and 6F. RGB value is (248,41,111). Sum of RGB (Red+Green+Blue) = 248+41+111=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F8296F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8296F is #07D690. Grayscale: #6E6E6E. Windows color (decimal): -513681 or 7285240. OLE color: 7285240.

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

Color convert

RGB 248 41 111 -
CMYK 0 0.83 0.55 0.03
HSL 339.71º 0.94% 0.57% -
HSV(B) 339.71º 0.83% 0.97% -
XYZ 42.37 22.69 17.19 -
YUV 110.87 128.08 225.81 -
System Red Green Blue C M Y K H S L
Decimal 248 41 111 0 0.83 0.55 0.03 339.71 0.94 0.57
Hex F8 29 6F 0 53 37 3 154 5E 39
Octal 370 51 157 0 123 67 3 524 136 71
Binary 11111000 101001 1101111 0 1010011 110111 11 101010100 1011110 111001

Color Harmonies of #F8296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8296F

Black with #F8296F

Text Example


Text Example

White with #F8296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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