Html Css Color HEX #F1338D Wild Strawberry

📋 copy color: '#F1338D'

red 241 ◦ green 51 ◦ blue 141

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

Shades of Wild Strawberry #F1338D

Tints of Wild Strawberry #F1338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.78%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 55.66%
G = 11.78%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1338D (or 0xF1338D) is known color: Wild Strawberry. HEX triplet: F1, 33 and 8D. RGB value is (241,51,141). Sum of RGB (Red+Green+Blue) = 241+51+141=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1338D is #0ECC72. Grayscale: #757575. Windows color (decimal): -969843 or 9253873. OLE color: 9253873.

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

Color convert

RGB 241 51 141 -
CMYK 0 0.79 0.41 0.05
HSL 331.58º 0.87% 0.57% -
HSV(B) 331.58º 0.79% 0.95% -
XYZ 42.27 22.99 27.41 -
YUV 118.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 241 51 141 0 0.79 0.41 0.05 331.58 0.87 0.57
Hex F1 33 8D 0 4F 29 5 14C 57 39
Octal 361 63 215 0 117 51 5 514 127 71
Binary 11110001 110011 10001101 0 1001111 101001 101 101001100 1010111 111001

Color Harmonies of #F1338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1338D

Black with #F1338D

Text Example


Text Example

White with #F1338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1338D; }

 p { color: rgb(241,51,141); }

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

background-color css

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

 a { background-color: rgb(241,51,141); }

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

border-color css

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

 span { border-color: rgb(241,51,141); }

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