Html Css Color HEX #F12F8D Wild Strawberry

📋 copy color: '#F12F8D'

red 241 ◦ green 47 ◦ blue 141

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

Shades of Wild Strawberry #F12F8D

Tints of Wild Strawberry #F12F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.96%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 56.18%
G = 10.96%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F12F8D (or 0xF12F8D) is known color: Wild Strawberry. HEX triplet: F1, 2F and 8D. RGB value is (241,47,141). Sum of RGB (Red+Green+Blue) = 241+47+141=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12F8D is #0ED072. Grayscale: #737373. Windows color (decimal): -970867 or 9252849. OLE color: 9252849.

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

Color convert

RGB 241 47 141 -
CMYK 0 0.80 0.41 0.05
HSL 330.93º 0.87% 0.56% -
HSV(B) 330.93º 0.8% 0.95% -
XYZ 42.1 22.66 27.35 -
YUV 115.72 142.27 217.36 -
System Red Green Blue C M Y K H S L
Decimal 241 47 141 0 0.80 0.41 0.05 330.93 0.87 0.56
Hex F1 2F 8D 0 50 29 5 14B 57 38
Octal 361 57 215 0 120 51 5 513 127 70
Binary 11110001 101111 10001101 0 1010000 101001 101 101001011 1010111 111000

Color Harmonies of #F12F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F8D

Black with #F12F8D

Text Example


Text Example

White with #F12F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F8D; }

 p { color: rgb(241,47,141); }

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

background-color css

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

 a { background-color: rgb(241,47,141); }

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

border-color css

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

 span { border-color: rgb(241,47,141); }

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