Html Css Color HEX #F12C92 Wild Strawberry

📋 copy color: '#F12C92'

red 241 ◦ green 44 ◦ blue 146

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

Shades of Wild Strawberry #F12C92

Tints of Wild Strawberry #F12C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 55.92%
G = 10.21%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F12C92 (or 0xF12C92) is known color: Wild Strawberry. HEX triplet: F1, 2C and 92. RGB value is (241,44,146). Sum of RGB (Red+Green+Blue) = 241+44+146=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12C92 is #0ED36D. Grayscale: #727272. Windows color (decimal): -971630 or 9579761. OLE color: 9579761.

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

Color convert

RGB 241 44 146 -
CMYK 0 0.82 0.39 0.05
HSL 328.93º 0.88% 0.56% -
HSV(B) 328.93º 0.82% 0.95% -
XYZ 42.36 22.58 29.32 -
YUV 114.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 241 44 146 0 0.82 0.39 0.05 328.93 0.88 0.56
Hex F1 2C 92 0 52 27 5 149 58 38
Octal 361 54 222 0 122 47 5 511 130 70
Binary 11110001 101100 10010010 0 1010010 100111 101 101001001 1011000 111000

Color Harmonies of #F12C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C92

Black with #F12C92

Text Example


Text Example

White with #F12C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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