Html Css Color HEX #F12690 Wild Strawberry

📋 copy color: '#F12690'

red 241 ◦ green 38 ◦ blue 144

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

Shades of Wild Strawberry #F12690

Tints of Wild Strawberry #F12690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 56.97%
G = 8.98%
B = 34.04%

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

#F12690 (or 0xF12690) is known color: Wild Strawberry. HEX triplet: F1, 26 and 90. RGB value is (241,38,144). Sum of RGB (Red+Green+Blue) = 241+38+144=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F12690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12690 is #0ED96F. Grayscale: #6E6E6E. Windows color (decimal): -973168 or 9447153. OLE color: 9447153.

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

Color convert

RGB 241 38 144 -
CMYK 0 0.84 0.40 0.05
HSL 328.67º 0.88% 0.55% -
HSV(B) 328.67º 0.84% 0.95% -
XYZ 42 22.1 28.44 -
YUV 110.78 146.75 220.88 -
System Red Green Blue C M Y K H S L
Decimal 241 38 144 0 0.84 0.40 0.05 328.67 0.88 0.55
Hex F1 26 90 0 54 28 5 149 58 37
Octal 361 46 220 0 124 50 5 511 130 67
Binary 11110001 100110 10010000 0 1010100 101000 101 101001001 1011000 110111

Color Harmonies of #F12690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12690

Black with #F12690

Text Example


Text Example

White with #F12690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12690; }

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

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

background-color css

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

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

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

border-color css

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

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

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