Html Css Color HEX #F12D99 Wild Strawberry

📋 copy color: '#F12D99'

red 241 ◦ green 45 ◦ blue 153

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

Shades of Wild Strawberry #F12D99

Tints of Wild Strawberry #F12D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.25%

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

R = 54.9%
G = 10.25%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F12D99 (or 0xF12D99) is known color: Wild Strawberry. HEX triplet: F1, 2D and 99. RGB value is (241,45,153). Sum of RGB (Red+Green+Blue) = 241+45+153=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12D99 is #0ED266. Grayscale: #737373. Windows color (decimal): -971367 or 10038769. OLE color: 10038769.

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

Color convert

RGB 241 45 153 -
CMYK 0 0.81 0.37 0.05
HSL 326.94º 0.88% 0.56% -
HSV(B) 326.94º 0.81% 0.95% -
XYZ 42.96 22.88 32.29 -
YUV 115.92 148.93 217.22 -
System Red Green Blue C M Y K H S L
Decimal 241 45 153 0 0.81 0.37 0.05 326.94 0.88 0.56
Hex F1 2D 99 0 51 25 5 147 58 38
Octal 361 55 231 0 121 45 5 507 130 70
Binary 11110001 101101 10011001 0 1010001 100101 101 101000111 1011000 111000

Color Harmonies of #F12D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D99

Black with #F12D99

Text Example


Text Example

White with #F12D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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