Html Css Color HEX #F9206F Radical Red

📋 copy color: '#F9206F'

red 249 ◦ green 32 ◦ blue 111

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

Shades of Radical Red #F9206F

Tints of Radical Red #F9206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.16%

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

R = 63.52%
G = 8.16%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9206F (or 0xF9206F) is known color: Radical Red. HEX triplet: F9, 20 and 6F. RGB value is (249,32,111). Sum of RGB (Red+Green+Blue) = 249+32+111=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9206F is #06DF90. Grayscale: #696969. Windows color (decimal): -450449 or 7282937. OLE color: 7282937.

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

Color convert

RGB 249 32 111 -
CMYK 0 0.87 0.55 0.02
HSL 338.16º 0.95% 0.55% -
HSV(B) 338.16º 0.87% 0.98% -
XYZ 42.45 22.32 17.11 -
YUV 105.89 130.89 230.08 -
System Red Green Blue C M Y K H S L
Decimal 249 32 111 0 0.87 0.55 0.02 338.16 0.95 0.55
Hex F9 20 6F 0 57 37 2 152 5F 37
Octal 371 40 157 0 127 67 2 522 137 67
Binary 11111001 100000 1101111 0 1010111 110111 10 101010010 1011111 110111

Color Harmonies of #F9206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9206F

Black with #F9206F

Text Example


Text Example

White with #F9206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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