Html Css Color HEX #F9318A Wild Strawberry

📋 copy color: '#F9318A'

red 249 ◦ green 49 ◦ blue 138

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

Shades of Wild Strawberry #F9318A

Tints of Wild Strawberry #F9318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 57.11%
G = 11.24%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9318A (or 0xF9318A) is known color: Wild Strawberry. HEX triplet: F9, 31 and 8A. RGB value is (249,49,138). Sum of RGB (Red+Green+Blue) = 249+49+138=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F9318A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9318A is #06CE75. Grayscale: #767676. Windows color (decimal): -446070 or 9056761. OLE color: 9056761.

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

Color convert

RGB 249 49 138 -
CMYK 0 0.80 0.45 0.02
HSL 333.3º 0.94% 0.58% -
HSV(B) 333.3º 0.8% 0.98% -
XYZ 44.75 24.17 26.35 -
YUV 118.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 249 49 138 0 0.80 0.45 0.02 333.3 0.94 0.58
Hex F9 31 8A 0 50 2D 2 14D 5E 3A
Octal 371 61 212 0 120 55 2 515 136 72
Binary 11111001 110001 10001010 0 1010000 101101 10 101001101 1011110 111010

Color Harmonies of #F9318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9318A

Black with #F9318A

Text Example


Text Example

White with #F9318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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