Html Css Color HEX #F1409C Wild Strawberry

📋 copy color: '#F1409C'

red 241 ◦ green 64 ◦ blue 156

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

Shades of Wild Strawberry #F1409C

Tints of Wild Strawberry #F1409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.88%

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 52.28%
G = 13.88%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1409C (or 0xF1409C) is known color: Wild Strawberry. HEX triplet: F1, 40 and 9C. RGB value is (241,64,156). Sum of RGB (Red+Green+Blue) = 241+64+156=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1409C is #0EBF63. Grayscale: #7F7F7F. Windows color (decimal): -966500 or 10240241. OLE color: 10240241.

HSL color Cylindrical-coordinate representation of color #F1409C: hue angle of 328.81º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1409C is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 156 -
CMYK 0 0.73 0.35 0.05
HSL 328.81º 0.86% 0.6% -
HSV(B) 328.81º 0.73% 0.95% -
XYZ 44.11 24.77 33.91 -
YUV 127.41 144.14 209.02 -
System Red Green Blue C M Y K H S L
Decimal 241 64 156 0 0.73 0.35 0.05 328.81 0.86 0.6
Hex F1 40 9C 0 49 23 5 149 56 3C
Octal 361 100 234 0 111 43 5 511 126 74
Binary 11110001 1000000 10011100 0 1001001 100011 101 101001001 1010110 111100

Color Harmonies of #F1409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1409C

Black with #F1409C

Text Example


Text Example

White with #F1409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1409C; }

 p { color: rgb(241,64,156); }

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

background-color css

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

 a { background-color: rgb(241,64,156); }

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

border-color css

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

 span { border-color: rgb(241,64,156); }

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