Html Css Color HEX #F1348C Wild Strawberry

📋 copy color: '#F1348C'

red 241 ◦ green 52 ◦ blue 140

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

Shades of Wild Strawberry #F1348C

Tints of Wild Strawberry #F1348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 55.66%
G = 12.01%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1348C (or 0xF1348C) is known color: Wild Strawberry. HEX triplet: F1, 34 and 8C. RGB value is (241,52,140). Sum of RGB (Red+Green+Blue) = 241+52+140=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1348C is #0ECB73. Grayscale: #767676. Windows color (decimal): -969588 or 9188593. OLE color: 9188593.

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

Color convert

RGB 241 52 140 -
CMYK 0 0.78 0.42 0.05
HSL 332.06º 0.87% 0.57% -
HSV(B) 332.06º 0.78% 0.95% -
XYZ 42.24 23.05 27.03 -
YUV 118.54 140.12 215.34 -
System Red Green Blue C M Y K H S L
Decimal 241 52 140 0 0.78 0.42 0.05 332.06 0.87 0.57
Hex F1 34 8C 0 4E 2A 5 14C 57 39
Octal 361 64 214 0 116 52 5 514 127 71
Binary 11110001 110100 10001100 0 1001110 101010 101 101001100 1010111 111001

Color Harmonies of #F1348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1348C

Black with #F1348C

Text Example


Text Example

White with #F1348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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