Html Css Color HEX #F1318F Wild Strawberry

📋 copy color: '#F1318F'

red 241 ◦ green 49 ◦ blue 143

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

Shades of Wild Strawberry #F1318F

Tints of Wild Strawberry #F1318F

RGB

 RED value IS 241 (94.53% from 255) = 55.66%

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

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

R = 55.66%
G = 11.32%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1318F (or 0xF1318F) is known color: Wild Strawberry. HEX triplet: F1, 31 and 8F. RGB value is (241,49,143). Sum of RGB (Red+Green+Blue) = 241+49+143=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1318F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1318F is #0ECE70. Grayscale: #747474. Windows color (decimal): -970353 or 9384433. OLE color: 9384433.

HSL color Cylindrical-coordinate representation of color #F1318F: hue angle of 330.62º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1318F is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 143 -
CMYK 0 0.80 0.41 0.05
HSL 330.63º 0.87% 0.57% -
HSV(B) 330.63º 0.8% 0.95% -
XYZ 42.33 22.88 28.17 -
YUV 117.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 241 49 143 0 0.80 0.41 0.05 330.63 0.87 0.57
Hex F1 31 8F 0 50 29 5 14B 57 39
Octal 361 61 217 0 120 51 5 513 127 71
Binary 11110001 110001 10001111 0 1010000 101001 101 101001011 1010111 111001

Color Harmonies of #F1318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1318F

Black with #F1318F

Text Example


Text Example

White with #F1318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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