Html Css Color HEX #F9318C Wild Strawberry

📋 copy color: '#F9318C'

red 249 ◦ green 49 ◦ blue 140

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

Shades of Wild Strawberry #F9318C

Tints of Wild Strawberry #F9318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 56.85%
G = 11.19%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9318C (or 0xF9318C) is known color: Wild Strawberry. HEX triplet: F9, 31 and 8C. RGB value is (249,49,140). Sum of RGB (Red+Green+Blue) = 249+49+140=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9318C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9318C is #06CE73. Grayscale: #777777. Windows color (decimal): -446068 or 9187833. OLE color: 9187833.

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

Color convert

RGB 249 49 140 -
CMYK 0 0.80 0.44 0.02
HSL 332.7º 0.94% 0.58% -
HSV(B) 332.7º 0.8% 0.98% -
XYZ 44.9 24.23 27.12 -
YUV 119.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 249 49 140 0 0.80 0.44 0.02 332.7 0.94 0.58
Hex F9 31 8C 0 50 2C 2 14D 5E 3A
Octal 371 61 214 0 120 54 2 515 136 72
Binary 11111001 110001 10001100 0 1010000 101100 10 101001101 1011110 111010

Color Harmonies of #F9318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9318C

Black with #F9318C

Text Example


Text Example

White with #F9318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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