Html Css Color HEX #F1298F Wild Strawberry

📋 copy color: '#F1298F'

red 241 ◦ green 41 ◦ blue 143

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

Shades of Wild Strawberry #F1298F

Tints of Wild Strawberry #F1298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.65%

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

R = 56.71%
G = 9.65%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1298F (or 0xF1298F) is known color: Wild Strawberry. HEX triplet: F1, 29 and 8F. RGB value is (241,41,143). Sum of RGB (Red+Green+Blue) = 241+41+143=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F1298F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1298F is #0ED670. Grayscale: #707070. Windows color (decimal): -972401 or 9382385. OLE color: 9382385.

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

Color convert

RGB 241 41 143 -
CMYK 0 0.83 0.41 0.05
HSL 329.4º 0.88% 0.55% -
HSV(B) 329.4º 0.83% 0.95% -
XYZ 42.03 22.27 28.07 -
YUV 112.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 241 41 143 0 0.83 0.41 0.05 329.4 0.88 0.55
Hex F1 29 8F 0 53 29 5 149 58 37
Octal 361 51 217 0 123 51 5 511 130 67
Binary 11110001 101001 10001111 0 1010011 101001 101 101001001 1011000 110111

Color Harmonies of #F1298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1298F

Black with #F1298F

Text Example


Text Example

White with #F1298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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