Html Css Color HEX #F1298A Wild Strawberry

📋 copy color: '#F1298A'

red 241 ◦ green 41 ◦ blue 138

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

Shades of Wild Strawberry #F1298A

Tints of Wild Strawberry #F1298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 57.38%
G = 9.76%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1298A (or 0xF1298A) is known color: Wild Strawberry. HEX triplet: F1, 29 and 8A. RGB value is (241,41,138). Sum of RGB (Red+Green+Blue) = 241+41+138=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1298A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1298A is #0ED675. Grayscale: #6F6F6F. Windows color (decimal): -972406 or 9054705. OLE color: 9054705.

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

Color convert

RGB 241 41 138 -
CMYK 0 0.83 0.43 0.05
HSL 330.9º 0.88% 0.55% -
HSV(B) 330.9º 0.83% 0.95% -
XYZ 41.66 22.12 26.12 -
YUV 111.86 142.76 220.11 -
System Red Green Blue C M Y K H S L
Decimal 241 41 138 0 0.83 0.43 0.05 330.9 0.88 0.55
Hex F1 29 8A 0 53 2B 5 14B 58 37
Octal 361 51 212 0 123 53 5 513 130 67
Binary 11110001 101001 10001010 0 1010011 101011 101 101001011 1011000 110111

Color Harmonies of #F1298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1298A

Black with #F1298A

Text Example


Text Example

White with #F1298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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