Html Css Color HEX #F12F99 Wild Strawberry

📋 copy color: '#F12F99'

red 241 ◦ green 47 ◦ blue 153

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

Shades of Wild Strawberry #F12F99

Tints of Wild Strawberry #F12F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 54.65%
G = 10.66%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F12F99 (or 0xF12F99) is known color: Wild Strawberry. HEX triplet: F1, 2F and 99. RGB value is (241,47,153). Sum of RGB (Red+Green+Blue) = 241+47+153=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12F99 is #0ED066. Grayscale: #747474. Windows color (decimal): -970855 or 10039281. OLE color: 10039281.

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

Color convert

RGB 241 47 153 -
CMYK 0 0.80 0.37 0.05
HSL 327.22º 0.87% 0.56% -
HSV(B) 327.22º 0.8% 0.95% -
XYZ 43.04 23.03 32.31 -
YUV 117.09 148.27 216.38 -
System Red Green Blue C M Y K H S L
Decimal 241 47 153 0 0.80 0.37 0.05 327.22 0.87 0.56
Hex F1 2F 99 0 50 25 5 147 57 38
Octal 361 57 231 0 120 45 5 507 127 70
Binary 11110001 101111 10011001 0 1010000 100101 101 101000111 1010111 111000

Color Harmonies of #F12F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F99

Black with #F12F99

Text Example


Text Example

White with #F12F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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