Html Css Color HEX #F1278B Wild Strawberry

📋 copy color: '#F1278B'

red 241 ◦ green 39 ◦ blue 139

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

Shades of Wild Strawberry #F1278B

Tints of Wild Strawberry #F1278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.31%

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

R = 57.52%
G = 9.31%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1278B (or 0xF1278B) is known color: Wild Strawberry. HEX triplet: F1, 27 and 8B. RGB value is (241,39,139). Sum of RGB (Red+Green+Blue) = 241+39+139=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1278B is #0ED874. Grayscale: #6E6E6E. Windows color (decimal): -972917 or 9119729. OLE color: 9119729.

HSL color Cylindrical-coordinate representation of color #F1278B: hue angle of 330.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1278B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 39 139 -
CMYK 0 0.84 0.42 0.05
HSL 330.3º 0.88% 0.55% -
HSV(B) 330.3º 0.84% 0.95% -
XYZ 41.66 22.02 26.48 -
YUV 110.8 143.92 220.87 -
System Red Green Blue C M Y K H S L
Decimal 241 39 139 0 0.84 0.42 0.05 330.3 0.88 0.55
Hex F1 27 8B 0 54 2A 5 14A 58 37
Octal 361 47 213 0 124 52 5 512 130 67
Binary 11110001 100111 10001011 0 1010100 101010 101 101001010 1011000 110111

Color Harmonies of #F1278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1278B

Black with #F1278B

Text Example


Text Example

White with #F1278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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