Html Css Color HEX #F1328F Wild Strawberry

📋 copy color: '#F1328F'

red 241 ◦ green 50 ◦ blue 143

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

Shades of Wild Strawberry #F1328F

Tints of Wild Strawberry #F1328F

RGB

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

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

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

R = 55.53%
G = 11.52%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1328F (or 0xF1328F) is known color: Wild Strawberry. HEX triplet: F1, 32 and 8F. RGB value is (241,50,143). Sum of RGB (Red+Green+Blue) = 241+50+143=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1328F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1328F is #0ECD70. Grayscale: #757575. Windows color (decimal): -970097 or 9384689. OLE color: 9384689.

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

Color convert

RGB 241 50 143 -
CMYK 0 0.79 0.41 0.05
HSL 330.79º 0.87% 0.57% -
HSV(B) 330.79º 0.79% 0.95% -
XYZ 42.37 22.97 28.19 -
YUV 117.71 142.28 215.94 -
System Red Green Blue C M Y K H S L
Decimal 241 50 143 0 0.79 0.41 0.05 330.79 0.87 0.57
Hex F1 32 8F 0 4F 29 5 14B 57 39
Octal 361 62 217 0 117 51 5 513 127 71
Binary 11110001 110010 10001111 0 1001111 101001 101 101001011 1010111 111001

Color Harmonies of #F1328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1328F

Black with #F1328F

Text Example


Text Example

White with #F1328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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