Html Css Color HEX #F12188 Deep Pink

📋 copy color: '#F12188'

red 241 ◦ green 33 ◦ blue 136

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

Shades of Deep Pink #F12188

Tints of Deep Pink #F12188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.05%

 BLUE value IS 136 (53.52% from 255) = 33.17%

R = 58.78%
G = 8.05%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F12188 (or 0xF12188) is known color: Deep Pink. HEX triplet: F1, 21 and 88. RGB value is (241,33,136). Sum of RGB (Red+Green+Blue) = 241+33+136=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F12188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12188 is #0EDE77. Grayscale: #6A6A6A. Windows color (decimal): -974456 or 8921585. OLE color: 8921585.

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

Color convert

RGB 241 33 136 -
CMYK 0 0.86 0.44 0.05
HSL 330.29º 0.88% 0.54% -
HSV(B) 330.29º 0.86% 0.95% -
XYZ 41.26 21.57 25.28 -
YUV 106.93 144.41 223.62 -
System Red Green Blue C M Y K H S L
Decimal 241 33 136 0 0.86 0.44 0.05 330.29 0.88 0.54
Hex F1 21 88 0 56 2C 5 14A 58 36
Octal 361 41 210 0 126 54 5 512 130 66
Binary 11110001 100001 10001000 0 1010110 101100 101 101001010 1011000 110110

Color Harmonies of #F12188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12188

Black with #F12188

Text Example


Text Example

White with #F12188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12188; }

 p { color: rgb(241,33,136); }

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

background-color css

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

 a { background-color: rgb(241,33,136); }

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

border-color css

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

 span { border-color: rgb(241,33,136); }

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