Html Css Color HEX #F6107E Deep Pink

📋 copy color: '#F6107E'

red 246 ◦ green 16 ◦ blue 126

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

Shades of Deep Pink #F6107E

Tints of Deep Pink #F6107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 63.4%
G = 4.12%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6107E (or 0xF6107E) is known color: Deep Pink. HEX triplet: F6, 10 and 7E. RGB value is (246,16,126). Sum of RGB (Red+Green+Blue) = 246+16+126=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6107E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6107E is #09EF81. Grayscale: #616161. Windows color (decimal): -651138 or 8261878. OLE color: 8261878.

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

Color convert

RGB 246 16 126 -
CMYK 0 0.93 0.49 0.04
HSL 331.3º 0.93% 0.51% -
HSV(B) 331.3º 0.93% 0.96% -
XYZ 41.96 21.47 21.67 -
YUV 97.31 144.2 234.06 -
System Red Green Blue C M Y K H S L
Decimal 246 16 126 0 0.93 0.49 0.04 331.3 0.93 0.51
Hex F6 10 7E 0 5D 31 4 14B 5D 33
Octal 366 20 176 0 135 61 4 513 135 63
Binary 11110110 10000 1111110 0 1011101 110001 100 101001011 1011101 110011

Color Harmonies of #F6107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6107E

Black with #F6107E

Text Example


Text Example

White with #F6107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6107E; }

 p { color: rgb(246,16,126); }

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

background-color css

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

 a { background-color: rgb(246,16,126); }

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

border-color css

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

 span { border-color: rgb(246,16,126); }

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