Html Css Color HEX #F12281 Deep Pink

📋 copy color: '#F12281'

red 241 ◦ green 34 ◦ blue 129

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

Shades of Deep Pink #F12281

Tints of Deep Pink #F12281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.93%

R = 59.65%
G = 8.42%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F12281 (or 0xF12281) is known color: Deep Pink. HEX triplet: F1, 22 and 81. RGB value is (241,34,129). Sum of RGB (Red+Green+Blue) = 241+34+129=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F12281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12281 is #0EDD7E. Grayscale: #6A6A6A. Windows color (decimal): -974207 or 8463089. OLE color: 8463089.

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

Color convert

RGB 241 34 129 -
CMYK 0 0.86 0.46 0.05
HSL 332.46º 0.88% 0.54% -
HSV(B) 332.46º 0.86% 0.95% -
XYZ 40.81 21.43 22.75 -
YUV 106.72 140.58 223.78 -
System Red Green Blue C M Y K H S L
Decimal 241 34 129 0 0.86 0.46 0.05 332.46 0.88 0.54
Hex F1 22 81 0 56 2E 5 14C 58 36
Octal 361 42 201 0 126 56 5 514 130 66
Binary 11110001 100010 10000001 0 1010110 101110 101 101001100 1011000 110110

Color Harmonies of #F12281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12281

Black with #F12281

Text Example


Text Example

White with #F12281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12281; }

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

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

background-color css

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

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

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

border-color css

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

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

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