Html Css Color HEX #F1328C Wild Strawberry

📋 copy color: '#F1328C'

red 241 ◦ green 50 ◦ blue 140

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

Shades of Wild Strawberry #F1328C

Tints of Wild Strawberry #F1328C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.6%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 55.92%
G = 11.6%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1328C (or 0xF1328C) is known color: Wild Strawberry. HEX triplet: F1, 32 and 8C. RGB value is (241,50,140). Sum of RGB (Red+Green+Blue) = 241+50+140=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1328C is #0ECD73. Grayscale: #757575. Windows color (decimal): -970100 or 9188081. OLE color: 9188081.

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

Color convert

RGB 241 50 140 -
CMYK 0 0.79 0.42 0.05
HSL 331.73º 0.87% 0.57% -
HSV(B) 331.73º 0.79% 0.95% -
XYZ 42.15 22.88 27 -
YUV 117.37 140.78 216.18 -
System Red Green Blue C M Y K H S L
Decimal 241 50 140 0 0.79 0.42 0.05 331.73 0.87 0.57
Hex F1 32 8C 0 4F 2A 5 14C 57 39
Octal 361 62 214 0 117 52 5 514 127 71
Binary 11110001 110010 10001100 0 1001111 101010 101 101001100 1010111 111001

Color Harmonies of #F1328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1328C

Black with #F1328C

Text Example


Text Example

White with #F1328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1328C; }

 p { color: rgb(241,50,140); }

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

background-color css

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

 a { background-color: rgb(241,50,140); }

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

border-color css

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

 span { border-color: rgb(241,50,140); }

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