Html Css Color HEX #F1378F Wild Strawberry

📋 copy color: '#F1378F'

red 241 ◦ green 55 ◦ blue 143

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

Shades of Wild Strawberry #F1378F

Tints of Wild Strawberry #F1378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.53%

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

R = 54.9%
G = 12.53%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1378F (or 0xF1378F) is known color: Wild Strawberry. HEX triplet: F1, 37 and 8F. RGB value is (241,55,143). Sum of RGB (Red+Green+Blue) = 241+55+143=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1378F is #0EC870. Grayscale: #787878. Windows color (decimal): -968817 or 9385969. OLE color: 9385969.

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

Color convert

RGB 241 55 143 -
CMYK 0 0.77 0.41 0.05
HSL 331.61º 0.87% 0.58% -
HSV(B) 331.61º 0.77% 0.95% -
XYZ 42.6 23.42 28.26 -
YUV 120.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 241 55 143 0 0.77 0.41 0.05 331.61 0.87 0.58
Hex F1 37 8F 0 4D 29 5 14C 57 3A
Octal 361 67 217 0 115 51 5 514 127 72
Binary 11110001 110111 10001111 0 1001101 101001 101 101001100 1010111 111010

Color Harmonies of #F1378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1378F

Black with #F1378F

Text Example


Text Example

White with #F1378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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