Html Css Color HEX #F1348D Wild Strawberry

📋 copy color: '#F1348D'

red 241 ◦ green 52 ◦ blue 141

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

Shades of Wild Strawberry #F1348D

Tints of Wild Strawberry #F1348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 55.53%
G = 11.98%
B = 32.49%

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

#F1348D (or 0xF1348D) is known color: Wild Strawberry. HEX triplet: F1, 34 and 8D. RGB value is (241,52,141). Sum of RGB (Red+Green+Blue) = 241+52+141=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1348D is #0ECB72. Grayscale: #767676. Windows color (decimal): -969587 or 9254129. OLE color: 9254129.

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

Color convert

RGB 241 52 141 -
CMYK 0 0.78 0.41 0.05
HSL 331.75º 0.87% 0.57% -
HSV(B) 331.75º 0.78% 0.95% -
XYZ 42.31 23.08 27.42 -
YUV 118.66 140.62 215.26 -
System Red Green Blue C M Y K H S L
Decimal 241 52 141 0 0.78 0.41 0.05 331.75 0.87 0.57
Hex F1 34 8D 0 4E 29 5 14C 57 39
Octal 361 64 215 0 116 51 5 514 127 71
Binary 11110001 110100 10001101 0 1001110 101001 101 101001100 1010111 111001

Color Harmonies of #F1348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1348D

Black with #F1348D

Text Example


Text Example

White with #F1348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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