Html Css Color HEX #F9318F Wild Strawberry

📋 copy color: '#F9318F'

red 249 ◦ green 49 ◦ blue 143

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

Shades of Wild Strawberry #F9318F

Tints of Wild Strawberry #F9318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 56.46%
G = 11.11%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9318F (or 0xF9318F) is known color: Wild Strawberry. HEX triplet: F9, 31 and 8F. RGB value is (249,49,143). Sum of RGB (Red+Green+Blue) = 249+49+143=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9318F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9318F is #06CE70. Grayscale: #777777. Windows color (decimal): -446065 or 9384441. OLE color: 9384441.

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

Color convert

RGB 249 49 143 -
CMYK 0 0.80 0.43 0.02
HSL 331.8º 0.94% 0.58% -
HSV(B) 331.8º 0.8% 0.98% -
XYZ 45.12 24.32 28.3 -
YUV 119.52 141.26 220.36 -
System Red Green Blue C M Y K H S L
Decimal 249 49 143 0 0.80 0.43 0.02 331.8 0.94 0.58
Hex F9 31 8F 0 50 2B 2 14C 5E 3A
Octal 371 61 217 0 120 53 2 514 136 72
Binary 11111001 110001 10001111 0 1010000 101011 10 101001100 1011110 111010

Color Harmonies of #F9318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9318F

Black with #F9318F

Text Example


Text Example

White with #F9318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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