Html Css Color HEX #F1379A Wild Strawberry

📋 copy color: '#F1379A'

red 241 ◦ green 55 ◦ blue 154

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

Shades of Wild Strawberry #F1379A

Tints of Wild Strawberry #F1379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 53.56%
G = 12.22%
B = 34.22%

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

#F1379A (or 0xF1379A) is known color: Wild Strawberry. HEX triplet: F1, 37 and 9A. RGB value is (241,55,154). Sum of RGB (Red+Green+Blue) = 241+55+154=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1379A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1379A is #0EC865. Grayscale: #797979. Windows color (decimal): -968806 or 10106865. OLE color: 10106865.

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

Color convert

RGB 241 55 154 -
CMYK 0 0.77 0.36 0.05
HSL 328.06º 0.87% 0.58% -
HSV(B) 328.06º 0.77% 0.95% -
XYZ 43.47 23.77 32.87 -
YUV 121.9 146.12 212.95 -
System Red Green Blue C M Y K H S L
Decimal 241 55 154 0 0.77 0.36 0.05 328.06 0.87 0.58
Hex F1 37 9A 0 4D 24 5 148 57 3A
Octal 361 67 232 0 115 44 5 510 127 72
Binary 11110001 110111 10011010 0 1001101 100100 101 101001000 1010111 111010

Color Harmonies of #F1379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1379A

Black with #F1379A

Text Example


Text Example

White with #F1379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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