Html Css Color HEX #F1338B Wild Strawberry

📋 copy color: '#F1338B'

red 241 ◦ green 51 ◦ blue 139

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

Shades of Wild Strawberry #F1338B

Tints of Wild Strawberry #F1338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 55.92%
G = 11.83%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1338B (or 0xF1338B) is known color: Wild Strawberry. HEX triplet: F1, 33 and 8B. RGB value is (241,51,139). Sum of RGB (Red+Green+Blue) = 241+51+139=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1338B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1338B is #0ECC74. Grayscale: #757575. Windows color (decimal): -969845 or 9122801. OLE color: 9122801.

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

Color convert

RGB 241 51 139 -
CMYK 0 0.79 0.42 0.05
HSL 332.21º 0.87% 0.57% -
HSV(B) 332.21º 0.79% 0.95% -
XYZ 42.12 22.93 26.63 -
YUV 117.84 139.95 215.84 -
System Red Green Blue C M Y K H S L
Decimal 241 51 139 0 0.79 0.42 0.05 332.21 0.87 0.57
Hex F1 33 8B 0 4F 2A 5 14C 57 39
Octal 361 63 213 0 117 52 5 514 127 71
Binary 11110001 110011 10001011 0 1001111 101010 101 101001100 1010111 111001

Color Harmonies of #F1338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1338B

Black with #F1338B

Text Example


Text Example

White with #F1338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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