Html Css Color HEX #F1348F Wild Strawberry

📋 copy color: '#F1348F'

red 241 ◦ green 52 ◦ blue 143

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

Shades of Wild Strawberry #F1348F

Tints of Wild Strawberry #F1348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.93%

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

R = 55.28%
G = 11.93%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1348F (or 0xF1348F) is known color: Wild Strawberry. HEX triplet: F1, 34 and 8F. RGB value is (241,52,143). Sum of RGB (Red+Green+Blue) = 241+52+143=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1348F is #0ECB70. Grayscale: #767676. Windows color (decimal): -969585 or 9385201. OLE color: 9385201.

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

Color convert

RGB 241 52 143 -
CMYK 0 0.78 0.41 0.05
HSL 331.11º 0.87% 0.57% -
HSV(B) 331.11º 0.78% 0.95% -
XYZ 42.46 23.14 28.22 -
YUV 118.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 241 52 143 0 0.78 0.41 0.05 331.11 0.87 0.57
Hex F1 34 8F 0 4E 29 5 14B 57 39
Octal 361 64 217 0 116 51 5 513 127 71
Binary 11110001 110100 10001111 0 1001110 101001 101 101001011 1010111 111001

Color Harmonies of #F1348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1348F

Black with #F1348F

Text Example


Text Example

White with #F1348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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