Html Css Color HEX #F1319A Wild Strawberry

📋 copy color: '#F1319A'

red 241 ◦ green 49 ◦ blue 154

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

Shades of Wild Strawberry #F1319A

Tints of Wild Strawberry #F1319A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.04%

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

R = 54.28%
G = 11.04%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1319A (or 0xF1319A) is known color: Wild Strawberry. HEX triplet: F1, 31 and 9A. RGB value is (241,49,154). Sum of RGB (Red+Green+Blue) = 241+49+154=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F1319A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1319A is #0ECE65. Grayscale: #767676. Windows color (decimal): -970342 or 10105329. OLE color: 10105329.

HSL color Cylindrical-coordinate representation of color #F1319A: hue angle of 327.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1319A is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 154 -
CMYK 0 0.80 0.36 0.05
HSL 327.19º 0.87% 0.57% -
HSV(B) 327.19º 0.8% 0.95% -
XYZ 43.21 23.23 32.78 -
YUV 118.38 148.11 215.46 -
System Red Green Blue C M Y K H S L
Decimal 241 49 154 0 0.80 0.36 0.05 327.19 0.87 0.57
Hex F1 31 9A 0 50 24 5 147 57 39
Octal 361 61 232 0 120 44 5 507 127 71
Binary 11110001 110001 10011010 0 1010000 100100 101 101000111 1010111 111001

Color Harmonies of #F1319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1319A

Black with #F1319A

Text Example


Text Example

White with #F1319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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