Html Css Color HEX #F12286 Deep Pink

📋 copy color: '#F12286'

red 241 ◦ green 34 ◦ blue 134

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

Shades of Deep Pink #F12286

Tints of Deep Pink #F12286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.31%

 BLUE value IS 134 (52.73% from 255) = 32.76%

R = 58.92%
G = 8.31%
B = 32.76%

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

#F12286 (or 0xF12286) is known color: Deep Pink. HEX triplet: F1, 22 and 86. RGB value is (241,34,134). Sum of RGB (Red+Green+Blue) = 241+34+134=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F12286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12286 is #0EDD79. Grayscale: #6B6B6B. Windows color (decimal): -974202 or 8790769. OLE color: 8790769.

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

Color convert

RGB 241 34 134 -
CMYK 0 0.86 0.44 0.05
HSL 331.01º 0.88% 0.54% -
HSV(B) 331.01º 0.86% 0.95% -
XYZ 41.15 21.57 24.55 -
YUV 107.29 143.08 223.37 -
System Red Green Blue C M Y K H S L
Decimal 241 34 134 0 0.86 0.44 0.05 331.01 0.88 0.54
Hex F1 22 86 0 56 2C 5 14B 58 36
Octal 361 42 206 0 126 54 5 513 130 66
Binary 11110001 100010 10000110 0 1010110 101100 101 101001011 1011000 110110

Color Harmonies of #F12286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12286

Black with #F12286

Text Example


Text Example

White with #F12286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12286; }

 p { color: rgb(241,34,134); }

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

background-color css

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

 a { background-color: rgb(241,34,134); }

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

border-color css

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

 span { border-color: rgb(241,34,134); }

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