Html Css Color HEX #F1329B Wild Strawberry

📋 copy color: '#F1329B'

red 241 ◦ green 50 ◦ blue 155

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

Shades of Wild Strawberry #F1329B

Tints of Wild Strawberry #F1329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 54.04%
G = 11.21%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1329B (or 0xF1329B) is known color: Wild Strawberry. HEX triplet: F1, 32 and 9B. RGB value is (241,50,155). Sum of RGB (Red+Green+Blue) = 241+50+155=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1329B is #0ECD64. Grayscale: #767676. Windows color (decimal): -970085 or 10171121. OLE color: 10171121.

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

Color convert

RGB 241 50 155 -
CMYK 0 0.79 0.36 0.05
HSL 327.02º 0.87% 0.57% -
HSV(B) 327.02º 0.79% 0.95% -
XYZ 43.33 23.35 33.23 -
YUV 119.08 148.28 214.96 -
System Red Green Blue C M Y K H S L
Decimal 241 50 155 0 0.79 0.36 0.05 327.02 0.87 0.57
Hex F1 32 9B 0 4F 24 5 147 57 39
Octal 361 62 233 0 117 44 5 507 127 71
Binary 11110001 110010 10011011 0 1001111 100100 101 101000111 1010111 111001

Color Harmonies of #F1329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1329B

Black with #F1329B

Text Example


Text Example

White with #F1329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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