Html Css Color HEX #F12591 Wild Strawberry

📋 copy color: '#F12591'

red 241 ◦ green 37 ◦ blue 145

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

Shades of Wild Strawberry #F12591

Tints of Wild Strawberry #F12591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.75%

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 56.97%
G = 8.75%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F12591 (or 0xF12591) is known color: Wild Strawberry. HEX triplet: F1, 25 and 91. RGB value is (241,37,145). Sum of RGB (Red+Green+Blue) = 241+37+145=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F12591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12591 is #0EDA6E. Grayscale: #6E6E6E. Windows color (decimal): -973423 or 9512433. OLE color: 9512433.

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

Color convert

RGB 241 37 145 -
CMYK 0 0.85 0.40 0.05
HSL 328.24º 0.88% 0.55% -
HSV(B) 328.24º 0.85% 0.95% -
XYZ 42.05 22.07 28.83 -
YUV 110.31 147.59 221.22 -
System Red Green Blue C M Y K H S L
Decimal 241 37 145 0 0.85 0.40 0.05 328.24 0.88 0.55
Hex F1 25 91 0 55 28 5 148 58 37
Octal 361 45 221 0 125 50 5 510 130 67
Binary 11110001 100101 10010001 0 1010101 101000 101 101001000 1011000 110111

Color Harmonies of #F12591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12591

Black with #F12591

Text Example


Text Example

White with #F12591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12591; }

 p { color: rgb(241,37,145); }

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

background-color css

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

 a { background-color: rgb(241,37,145); }

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

border-color css

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

 span { border-color: rgb(241,37,145); }

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