Html Css Color HEX #F9296F Radical Red

📋 copy color: '#F9296F'

red 249 ◦ green 41 ◦ blue 111

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

Shades of Radical Red #F9296F

Tints of Radical Red #F9296F

RGB

 RED value IS 249 (97.66% from 255) = 62.09%

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

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

R = 62.09%
G = 10.22%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9296F (or 0xF9296F) is known color: Radical Red. HEX triplet: F9, 29 and 6F. RGB value is (249,41,111). Sum of RGB (Red+Green+Blue) = 249+41+111=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F9296F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9296F is #06D690. Grayscale: #6F6F6F. Windows color (decimal): -448145 or 7285241. OLE color: 7285241.

HSL color Cylindrical-coordinate representation of color #F9296F: hue angle of 339.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9296F is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 41 111 -
CMYK 0 0.84 0.55 0.02
HSL 339.81º 0.95% 0.57% -
HSV(B) 339.81º 0.84% 0.98% -
XYZ 42.73 22.87 17.2 -
YUV 111.17 127.91 226.31 -
System Red Green Blue C M Y K H S L
Decimal 249 41 111 0 0.84 0.55 0.02 339.81 0.95 0.57
Hex F9 29 6F 0 54 37 2 154 5F 39
Octal 371 51 157 0 124 67 2 524 137 71
Binary 11111001 101001 1101111 0 1010100 110111 10 101010100 1011111 111001

Color Harmonies of #F9296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9296F

Black with #F9296F

Text Example


Text Example

White with #F9296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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