Html Css Color HEX #F12691 Wild Strawberry

📋 copy color: '#F12691'

red 241 ◦ green 38 ◦ blue 145

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

Shades of Wild Strawberry #F12691

Tints of Wild Strawberry #F12691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.96%

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

R = 56.84%
G = 8.96%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F12691 (or 0xF12691) is known color: Wild Strawberry. HEX triplet: F1, 26 and 91. RGB value is (241,38,145). Sum of RGB (Red+Green+Blue) = 241+38+145=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F12691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12691 is #0ED96E. Grayscale: #6E6E6E. Windows color (decimal): -973167 or 9512689. OLE color: 9512689.

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

Color convert

RGB 241 38 145 -
CMYK 0 0.84 0.40 0.05
HSL 328.37º 0.88% 0.55% -
HSV(B) 328.37º 0.84% 0.95% -
XYZ 42.08 22.13 28.84 -
YUV 110.9 147.25 220.8 -
System Red Green Blue C M Y K H S L
Decimal 241 38 145 0 0.84 0.40 0.05 328.37 0.88 0.55
Hex F1 26 91 0 54 28 5 148 58 37
Octal 361 46 221 0 124 50 5 510 130 67
Binary 11110001 100110 10010001 0 1010100 101000 101 101001000 1011000 110111

Color Harmonies of #F12691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12691

Black with #F12691

Text Example


Text Example

White with #F12691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12691; }

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

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

background-color css

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

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

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

border-color css

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

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

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