Html Css Color HEX #F12C8E Wild Strawberry

📋 copy color: '#F12C8E'

red 241 ◦ green 44 ◦ blue 142

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

Shades of Wild Strawberry #F12C8E

Tints of Wild Strawberry #F12C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.3%

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

R = 56.44%
G = 10.3%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F12C8E (or 0xF12C8E) is known color: Wild Strawberry. HEX triplet: F1, 2C and 8E. RGB value is (241,44,142). Sum of RGB (Red+Green+Blue) = 241+44+142=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12C8E is #0ED371. Grayscale: #717171. Windows color (decimal): -971634 or 9317617. OLE color: 9317617.

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

Color convert

RGB 241 44 142 -
CMYK 0 0.82 0.41 0.05
HSL 330.15º 0.88% 0.56% -
HSV(B) 330.15º 0.82% 0.95% -
XYZ 42.06 22.46 27.71 -
YUV 114.08 143.77 218.53 -
System Red Green Blue C M Y K H S L
Decimal 241 44 142 0 0.82 0.41 0.05 330.15 0.88 0.56
Hex F1 2C 8E 0 52 29 5 14A 58 38
Octal 361 54 216 0 122 51 5 512 130 70
Binary 11110001 101100 10001110 0 1010010 101001 101 101001010 1011000 111000

Color Harmonies of #F12C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C8E

Black with #F12C8E

Text Example


Text Example

White with #F12C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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