Html Css Color HEX #F1329D Wild Strawberry

📋 copy color: '#F1329D'

red 241 ◦ green 50 ◦ blue 157

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

Shades of Wild Strawberry #F1329D

Tints of Wild Strawberry #F1329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 53.79%
G = 11.16%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1329D (or 0xF1329D) is known color: Wild Strawberry. HEX triplet: F1, 32 and 9D. RGB value is (241,50,157). Sum of RGB (Red+Green+Blue) = 241+50+157=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1329D is #0ECD62. Grayscale: #777777. Windows color (decimal): -970083 or 10302193. OLE color: 10302193.

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

Color convert

RGB 241 50 157 -
CMYK 0 0.79 0.35 0.05
HSL 326.39º 0.87% 0.57% -
HSV(B) 326.39º 0.79% 0.95% -
XYZ 43.5 23.42 34.13 -
YUV 119.31 149.28 214.8 -
System Red Green Blue C M Y K H S L
Decimal 241 50 157 0 0.79 0.35 0.05 326.39 0.87 0.57
Hex F1 32 9D 0 4F 23 5 146 57 39
Octal 361 62 235 0 117 43 5 506 127 71
Binary 11110001 110010 10011101 0 1001111 100011 101 101000110 1010111 111001

Color Harmonies of #F1329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1329D

Black with #F1329D

Text Example


Text Example

White with #F1329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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