Html Css Color HEX #F1369C Wild Strawberry

📋 copy color: '#F1369C'

red 241 ◦ green 54 ◦ blue 156

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

Shades of Wild Strawberry #F1369C

Tints of Wild Strawberry #F1369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.97%

 BLUE value IS 156 (61.33% from 255) = 34.59%

R = 53.44%
G = 11.97%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1369C (or 0xF1369C) is known color: Wild Strawberry. HEX triplet: F1, 36 and 9C. RGB value is (241,54,156). Sum of RGB (Red+Green+Blue) = 241+54+156=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1369C is #0EC963. Grayscale: #797979. Windows color (decimal): -969060 or 10237681. OLE color: 10237681.

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

Color convert

RGB 241 54 156 -
CMYK 0 0.78 0.35 0.05
HSL 327.27º 0.87% 0.58% -
HSV(B) 327.27º 0.78% 0.95% -
XYZ 43.6 23.74 33.74 -
YUV 121.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 241 54 156 0 0.78 0.35 0.05 327.27 0.87 0.58
Hex F1 36 9C 0 4E 23 5 147 57 3A
Octal 361 66 234 0 116 43 5 507 127 72
Binary 11110001 110110 10011100 0 1001110 100011 101 101000111 1010111 111010

Color Harmonies of #F1369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1369C

Black with #F1369C

Text Example


Text Example

White with #F1369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1369C; }

 p { color: rgb(241,54,156); }

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

background-color css

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

 a { background-color: rgb(241,54,156); }

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

border-color css

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

 span { border-color: rgb(241,54,156); }

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