Html Css Color HEX #F6127C Deep Pink

📋 copy color: '#F6127C'

red 246 ◦ green 18 ◦ blue 124

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

Shades of Deep Pink #F6127C

Tints of Deep Pink #F6127C

RGB

 RED value IS 246 (96.48% from 255) = 63.4%

 GREEN value IS 18 (7.42% from 255) = 4.64%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 63.4%
G = 4.64%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6127C (or 0xF6127C) is known color: Deep Pink. HEX triplet: F6, 12 and 7C. RGB value is (246,18,124). Sum of RGB (Red+Green+Blue) = 246+18+124=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6127C is #09ED83. Grayscale: #626262. Windows color (decimal): -650628 or 8131318. OLE color: 8131318.

HSL color Cylindrical-coordinate representation of color #F6127C: hue angle of 332.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6127C is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 18 124 -
CMYK 0 0.93 0.50 0.04
HSL 332.11º 0.93% 0.52% -
HSV(B) 332.11º 0.93% 0.96% -
XYZ 41.86 21.48 21.01 -
YUV 98.26 142.54 233.38 -
System Red Green Blue C M Y K H S L
Decimal 246 18 124 0 0.93 0.50 0.04 332.11 0.93 0.52
Hex F6 12 7C 0 5D 32 4 14C 5D 34
Octal 366 22 174 0 135 62 4 514 135 64
Binary 11110110 10010 1111100 0 1011101 110010 100 101001100 1011101 110100

Color Harmonies of #F6127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6127C

Black with #F6127C

Text Example


Text Example

White with #F6127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6127C; }

 p { color: rgb(246,18,124); }

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

background-color css

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

 a { background-color: rgb(246,18,124); }

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

border-color css

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

 span { border-color: rgb(246,18,124); }

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