Html Css Color HEX #F139A6 Wild Strawberry

📋 copy color: '#F139A6'

red 241 ◦ green 57 ◦ blue 166

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

Shades of Wild Strawberry #F139A6

Tints of Wild Strawberry #F139A6

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.28%

 BLUE value IS 166 (65.23% from 255) = 35.78%

R = 51.94%
G = 12.28%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F139A6 (or 0xF139A6) is known color: Wild Strawberry. HEX triplet: F1, 39 and A6. RGB value is (241,57,166). Sum of RGB (Red+Green+Blue) = 241+57+166=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F139A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F139A6 is #0EC659. Grayscale: #7C7C7C. Windows color (decimal): -968282 or 10893809. OLE color: 10893809.

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

Color convert

RGB 241 57 166 -
CMYK 0 0.76 0.31 0.05
HSL 324.46º 0.87% 0.58% -
HSV(B) 324.46º 0.76% 0.95% -
XYZ 44.62 24.38 38.43 -
YUV 124.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 241 57 166 0 0.76 0.31 0.05 324.46 0.87 0.58
Hex F1 39 A6 0 4C 1F 5 144 57 3A
Octal 361 71 246 0 114 37 5 504 127 72
Binary 11110001 111001 10100110 0 1001100 11111 101 101000100 1010111 111010

Color Harmonies of #F139A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139A6

Black with #F139A6

Text Example


Text Example

White with #F139A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139A6; }

 p { color: rgb(241,57,166); }

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

background-color css

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

 a { background-color: rgb(241,57,166); }

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

border-color css

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

 span { border-color: rgb(241,57,166); }

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