Html Css Color HEX #F1379B Wild Strawberry

📋 copy color: '#F1379B'

red 241 ◦ green 55 ◦ blue 155

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

Shades of Wild Strawberry #F1379B

Tints of Wild Strawberry #F1379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.37%

R = 53.44%
G = 12.2%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1379B (or 0xF1379B) is known color: Wild Strawberry. HEX triplet: F1, 37 and 9B. RGB value is (241,55,155). Sum of RGB (Red+Green+Blue) = 241+55+155=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1379B is #0EC864. Grayscale: #797979. Windows color (decimal): -968805 or 10172401. OLE color: 10172401.

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

Color convert

RGB 241 55 155 -
CMYK 0 0.77 0.36 0.05
HSL 327.74º 0.87% 0.58% -
HSV(B) 327.74º 0.77% 0.95% -
XYZ 43.56 23.8 33.31 -
YUV 122.01 146.62 212.87 -
System Red Green Blue C M Y K H S L
Decimal 241 55 155 0 0.77 0.36 0.05 327.74 0.87 0.58
Hex F1 37 9B 0 4D 24 5 148 57 3A
Octal 361 67 233 0 115 44 5 510 127 72
Binary 11110001 110111 10011011 0 1001101 100100 101 101001000 1010111 111010

Color Harmonies of #F1379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1379B

Black with #F1379B

Text Example


Text Example

White with #F1379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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