Html Css Color HEX #F9307C Violet Red

📋 copy color: '#F9307C'

red 249 ◦ green 48 ◦ blue 124

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

Shades of Violet Red #F9307C

Tints of Violet Red #F9307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.4%

 BLUE value IS 124 (48.83% from 255) = 29.45%

R = 59.14%
G = 11.4%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9307C (or 0xF9307C) is known color: Violet Red. HEX triplet: F9, 30 and 7C. RGB value is (249,48,124). Sum of RGB (Red+Green+Blue) = 249+48+124=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F9307C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9307C is #06CF83. Grayscale: #747474. Windows color (decimal): -446340 or 8139001. OLE color: 8139001.

HSL color Cylindrical-coordinate representation of color #F9307C: hue angle of 337.31º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9307C is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 48 124 -
CMYK 0 0.81 0.50 0.02
HSL 337.31º 0.94% 0.58% -
HSV(B) 337.31º 0.81% 0.98% -
XYZ 43.76 23.71 21.34 -
YUV 116.76 132.09 222.32 -
System Red Green Blue C M Y K H S L
Decimal 249 48 124 0 0.81 0.50 0.02 337.31 0.94 0.58
Hex F9 30 7C 0 51 32 2 151 5E 3A
Octal 371 60 174 0 121 62 2 521 136 72
Binary 11111001 110000 1111100 0 1010001 110010 10 101010001 1011110 111010

Color Harmonies of #F9307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9307C

Black with #F9307C

Text Example


Text Example

White with #F9307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9307C; }

 p { color: rgb(249,48,124); }

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

background-color css

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

 a { background-color: rgb(249,48,124); }

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

border-color css

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

 span { border-color: rgb(249,48,124); }

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