Html Css Color HEX #F1389F Wild Strawberry

📋 copy color: '#F1389F'

red 241 ◦ green 56 ◦ blue 159

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

Shades of Wild Strawberry #F1389F

Tints of Wild Strawberry #F1389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.28%

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 52.85%
G = 12.28%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1389F (or 0xF1389F) is known color: Wild Strawberry. HEX triplet: F1, 38 and 9F. RGB value is (241,56,159). Sum of RGB (Red+Green+Blue) = 241+56+159=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1389F is #0EC760. Grayscale: #7A7A7A. Windows color (decimal): -968545 or 10434801. OLE color: 10434801.

HSL color Cylindrical-coordinate representation of color #F1389F: hue angle of 326.59º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1389F is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 56 159 -
CMYK 0 0.77 0.34 0.05
HSL 326.59º 0.87% 0.58% -
HSV(B) 326.59º 0.77% 0.95% -
XYZ 43.95 24.03 35.12 -
YUV 123.06 148.29 212.12 -
System Red Green Blue C M Y K H S L
Decimal 241 56 159 0 0.77 0.34 0.05 326.59 0.87 0.58
Hex F1 38 9F 0 4D 22 5 147 57 3A
Octal 361 70 237 0 115 42 5 507 127 72
Binary 11110001 111000 10011111 0 1001101 100010 101 101000111 1010111 111010

Color Harmonies of #F1389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1389F

Black with #F1389F

Text Example


Text Example

White with #F1389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1389F; }

 p { color: rgb(241,56,159); }

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

background-color css

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

 a { background-color: rgb(241,56,159); }

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

border-color css

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

 span { border-color: rgb(241,56,159); }

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