Html Css Color HEX #F1278E Wild Strawberry

📋 copy color: '#F1278E'

red 241 ◦ green 39 ◦ blue 142

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

Shades of Wild Strawberry #F1278E

Tints of Wild Strawberry #F1278E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 57.11%
G = 9.24%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1278E (or 0xF1278E) is known color: Wild Strawberry. HEX triplet: F1, 27 and 8E. RGB value is (241,39,142). Sum of RGB (Red+Green+Blue) = 241+39+142=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1278E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1278E is #0ED871. Grayscale: #6E6E6E. Windows color (decimal): -972914 or 9316337. OLE color: 9316337.

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

Color convert

RGB 241 39 142 -
CMYK 0 0.84 0.41 0.05
HSL 329.41º 0.88% 0.55% -
HSV(B) 329.41º 0.84% 0.95% -
XYZ 41.88 22.1 27.65 -
YUV 111.14 145.42 220.62 -
System Red Green Blue C M Y K H S L
Decimal 241 39 142 0 0.84 0.41 0.05 329.41 0.88 0.55
Hex F1 27 8E 0 54 29 5 149 58 37
Octal 361 47 216 0 124 51 5 511 130 67
Binary 11110001 100111 10001110 0 1010100 101001 101 101001001 1011000 110111

Color Harmonies of #F1278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1278E

Black with #F1278E

Text Example


Text Example

White with #F1278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1278E; }

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

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

background-color css

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

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

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

border-color css

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

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

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