Html Css Color HEX #F12894 Wild Strawberry

📋 copy color: '#F12894'

red 241 ◦ green 40 ◦ blue 148

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

Shades of Wild Strawberry #F12894

Tints of Wild Strawberry #F12894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.32%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 56.18%
G = 9.32%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F12894 (or 0xF12894) is known color: Wild Strawberry. HEX triplet: F1, 28 and 94. RGB value is (241,40,148). Sum of RGB (Red+Green+Blue) = 241+40+148=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F12894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12894 is #0ED76B. Grayscale: #707070. Windows color (decimal): -972652 or 9709809. OLE color: 9709809.

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

Color convert

RGB 241 40 148 -
CMYK 0 0.83 0.39 0.05
HSL 327.76º 0.88% 0.55% -
HSV(B) 327.76º 0.83% 0.95% -
XYZ 42.38 22.36 30.1 -
YUV 112.41 148.09 219.72 -
System Red Green Blue C M Y K H S L
Decimal 241 40 148 0 0.83 0.39 0.05 327.76 0.88 0.55
Hex F1 28 94 0 53 27 5 148 58 37
Octal 361 50 224 0 123 47 5 510 130 67
Binary 11110001 101000 10010100 0 1010011 100111 101 101001000 1011000 110111

Color Harmonies of #F12894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12894

Black with #F12894

Text Example


Text Example

White with #F12894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12894; }

 p { color: rgb(241,40,148); }

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

background-color css

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

 a { background-color: rgb(241,40,148); }

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

border-color css

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

 span { border-color: rgb(241,40,148); }

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