Html Css Color HEX #F9206B Radical Red

📋 copy color: '#F9206B'

red 249 ◦ green 32 ◦ blue 107

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

Shades of Radical Red #F9206B

Tints of Radical Red #F9206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.58%

R = 64.18%
G = 8.25%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9206B (or 0xF9206B) is known color: Radical Red. HEX triplet: F9, 20 and 6B. RGB value is (249,32,107). Sum of RGB (Red+Green+Blue) = 249+32+107=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F9206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9206B is #06DF94. Grayscale: #696969. Windows color (decimal): -450453 or 7020793. OLE color: 7020793.

HSL color Cylindrical-coordinate representation of color #F9206B: hue angle of 339.26º 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 #F9206B is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 107 -
CMYK 0 0.87 0.57 0.02
HSL 339.26º 0.95% 0.55% -
HSV(B) 339.26º 0.87% 0.98% -
XYZ 42.24 22.23 15.98 -
YUV 105.43 128.89 230.4 -
System Red Green Blue C M Y K H S L
Decimal 249 32 107 0 0.87 0.57 0.02 339.26 0.95 0.55
Hex F9 20 6B 0 57 39 2 153 5F 37
Octal 371 40 153 0 127 71 2 523 137 67
Binary 11111001 100000 1101011 0 1010111 111001 10 101010011 1011111 110111

Color Harmonies of #F9206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9206B

Black with #F9206B

Text Example


Text Example

White with #F9206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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