Html Css Color HEX #F1309C Wild Strawberry

📋 copy color: '#F1309C'

red 241 ◦ green 48 ◦ blue 156

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

Shades of Wild Strawberry #F1309C

Tints of Wild Strawberry #F1309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.79%

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

R = 54.16%
G = 10.79%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1309C (or 0xF1309C) is known color: Wild Strawberry. HEX triplet: F1, 30 and 9C. RGB value is (241,48,156). Sum of RGB (Red+Green+Blue) = 241+48+156=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1309C is #0ECF63. Grayscale: #757575. Windows color (decimal): -970596 or 10236145. OLE color: 10236145.

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

Color convert

RGB 241 48 156 -
CMYK 0 0.80 0.35 0.05
HSL 326.42º 0.87% 0.57% -
HSV(B) 326.42º 0.8% 0.95% -
XYZ 43.33 23.21 33.65 -
YUV 118.02 149.44 215.72 -
System Red Green Blue C M Y K H S L
Decimal 241 48 156 0 0.80 0.35 0.05 326.42 0.87 0.57
Hex F1 30 9C 0 50 23 5 146 57 39
Octal 361 60 234 0 120 43 5 506 127 71
Binary 11110001 110000 10011100 0 1010000 100011 101 101000110 1010111 111001

Color Harmonies of #F1309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1309C

Black with #F1309C

Text Example


Text Example

White with #F1309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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