Html Css Color HEX #F1389D Wild Strawberry

📋 copy color: '#F1389D'

red 241 ◦ green 56 ◦ blue 157

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

Shades of Wild Strawberry #F1389D

Tints of Wild Strawberry #F1389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

 BLUE value IS 157 (61.72% from 255) = 34.58%

R = 53.08%
G = 12.33%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1389D (or 0xF1389D) is known color: Wild Strawberry. HEX triplet: F1, 38 and 9D. RGB value is (241,56,157). Sum of RGB (Red+Green+Blue) = 241+56+157=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1389D is #0EC762. Grayscale: #7A7A7A. Windows color (decimal): -968547 or 10303729. OLE color: 10303729.

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

Color convert

RGB 241 56 157 -
CMYK 0 0.77 0.35 0.05
HSL 327.24º 0.87% 0.58% -
HSV(B) 327.24º 0.77% 0.95% -
XYZ 43.78 23.96 34.22 -
YUV 122.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 241 56 157 0 0.77 0.35 0.05 327.24 0.87 0.58
Hex F1 38 9D 0 4D 23 5 147 57 3A
Octal 361 70 235 0 115 43 5 507 127 72
Binary 11110001 111000 10011101 0 1001101 100011 101 101000111 1010111 111010

Color Harmonies of #F1389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1389D

Black with #F1389D

Text Example


Text Example

White with #F1389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1389D; }

 p { color: rgb(241,56,157); }

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

background-color css

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

 a { background-color: rgb(241,56,157); }

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

border-color css

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

 span { border-color: rgb(241,56,157); }

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