Html Css Color HEX #F1338F Wild Strawberry

📋 copy color: '#F1338F'

red 241 ◦ green 51 ◦ blue 143

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

Shades of Wild Strawberry #F1338F

Tints of Wild Strawberry #F1338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.87%

R = 55.4%
G = 11.72%
B = 32.87%

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

#F1338F (or 0xF1338F) is known color: Wild Strawberry. HEX triplet: F1, 33 and 8F. RGB value is (241,51,143). Sum of RGB (Red+Green+Blue) = 241+51+143=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1338F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1338F is #0ECC70. Grayscale: #767676. Windows color (decimal): -969841 or 9384945. OLE color: 9384945.

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

Color convert

RGB 241 51 143 -
CMYK 0 0.79 0.41 0.05
HSL 330.95º 0.87% 0.57% -
HSV(B) 330.95º 0.79% 0.95% -
XYZ 42.42 23.05 28.2 -
YUV 118.3 141.95 215.52 -
System Red Green Blue C M Y K H S L
Decimal 241 51 143 0 0.79 0.41 0.05 330.95 0.87 0.57
Hex F1 33 8F 0 4F 29 5 14B 57 39
Octal 361 63 217 0 117 51 5 513 127 71
Binary 11110001 110011 10001111 0 1001111 101001 101 101001011 1010111 111001

Color Harmonies of #F1338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1338F

Black with #F1338F

Text Example


Text Example

White with #F1338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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