Html Css Color HEX #F9319C Wild Strawberry

📋 copy color: '#F9319C'

red 249 ◦ green 49 ◦ blue 156

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

Shades of Wild Strawberry #F9319C

Tints of Wild Strawberry #F9319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.79%

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 54.85%
G = 10.79%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9319C (or 0xF9319C) is known color: Wild Strawberry. HEX triplet: F9, 31 and 9C. RGB value is (249,49,156). Sum of RGB (Red+Green+Blue) = 249+49+156=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9319C is #06CE63. Grayscale: #787878. Windows color (decimal): -446052 or 10236409. OLE color: 10236409.

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

Color convert

RGB 249 49 156 -
CMYK 0 0.80 0.37 0.02
HSL 327.9º 0.94% 0.58% -
HSV(B) 327.9º 0.8% 0.98% -
XYZ 46.17 24.74 33.79 -
YUV 121 147.76 219.3 -
System Red Green Blue C M Y K H S L
Decimal 249 49 156 0 0.80 0.37 0.02 327.9 0.94 0.58
Hex F9 31 9C 0 50 25 2 148 5E 3A
Octal 371 61 234 0 120 45 2 510 136 72
Binary 11111001 110001 10011100 0 1010000 100101 10 101001000 1011110 111010

Color Harmonies of #F9319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9319C

Black with #F9319C

Text Example


Text Example

White with #F9319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9319C; }

 p { color: rgb(249,49,156); }

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

background-color css

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

 a { background-color: rgb(249,49,156); }

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

border-color css

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

 span { border-color: rgb(249,49,156); }

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