Html Css Color HEX #F13696 Wild Strawberry

📋 copy color: '#F13696'

red 241 ◦ green 54 ◦ blue 150

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

Shades of Wild Strawberry #F13696

Tints of Wild Strawberry #F13696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.13%

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 54.16%
G = 12.13%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F13696 (or 0xF13696) is known color: Wild Strawberry. HEX triplet: F1, 36 and 96. RGB value is (241,54,150). Sum of RGB (Red+Green+Blue) = 241+54+150=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F13696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13696 is #0EC969. Grayscale: #787878. Windows color (decimal): -969066 or 9844465. OLE color: 9844465.

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

Color convert

RGB 241 54 150 -
CMYK 0 0.78 0.38 0.05
HSL 329.2º 0.87% 0.58% -
HSV(B) 329.2º 0.78% 0.95% -
XYZ 43.1 23.54 31.13 -
YUV 120.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 241 54 150 0 0.78 0.38 0.05 329.2 0.87 0.58
Hex F1 36 96 0 4E 26 5 149 57 3A
Octal 361 66 226 0 116 46 5 511 127 72
Binary 11110001 110110 10010110 0 1001110 100110 101 101001001 1010111 111010

Color Harmonies of #F13696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13696

Black with #F13696

Text Example


Text Example

White with #F13696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13696; }

 p { color: rgb(241,54,150); }

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

background-color css

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

 a { background-color: rgb(241,54,150); }

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

border-color css

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

 span { border-color: rgb(241,54,150); }

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