Html Css Color HEX #F1328B Wild Strawberry

📋 copy color: '#F1328B'

red 241 ◦ green 50 ◦ blue 139

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

Shades of Wild Strawberry #F1328B

Tints of Wild Strawberry #F1328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 56.05%
G = 11.63%
B = 32.33%

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

#F1328B (or 0xF1328B) is known color: Wild Strawberry. HEX triplet: F1, 32 and 8B. RGB value is (241,50,139). Sum of RGB (Red+Green+Blue) = 241+50+139=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1328B is #0ECD74. Grayscale: #757575. Windows color (decimal): -970101 or 9122545. OLE color: 9122545.

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

Color convert

RGB 241 50 139 -
CMYK 0 0.79 0.42 0.05
HSL 332.04º 0.87% 0.57% -
HSV(B) 332.04º 0.79% 0.95% -
XYZ 42.08 22.85 26.62 -
YUV 117.26 140.28 216.26 -
System Red Green Blue C M Y K H S L
Decimal 241 50 139 0 0.79 0.42 0.05 332.04 0.87 0.57
Hex F1 32 8B 0 4F 2A 5 14C 57 39
Octal 361 62 213 0 117 52 5 514 127 71
Binary 11110001 110010 10001011 0 1001111 101010 101 101001100 1010111 111001

Color Harmonies of #F1328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1328B

Black with #F1328B

Text Example


Text Example

White with #F1328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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