Html Css Color HEX #F7108C Deep Pink

📋 copy color: '#F7108C'

red 247 ◦ green 16 ◦ blue 140

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

Shades of Deep Pink #F7108C

Tints of Deep Pink #F7108C

RGB

 RED value IS 247 (96.88% from 255) = 61.29%

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 61.29%
G = 3.97%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7108C (or 0xF7108C) is known color: Deep Pink. HEX triplet: F7, 10 and 8C. RGB value is (247,16,140). Sum of RGB (Red+Green+Blue) = 247+16+140=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F7108C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7108C is #08EF73. Grayscale: #626262. Windows color (decimal): -585588 or 9179383. OLE color: 9179383.

HSL color Cylindrical-coordinate representation of color #F7108C: hue angle of 327.79º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7108C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 16 140 -
CMYK 0 0.94 0.43 0.03
HSL 327.79º 0.94% 0.52% -
HSV(B) 327.79º 0.94% 0.97% -
XYZ 43.28 22.04 26.78 -
YUV 99.21 151.03 233.42 -
System Red Green Blue C M Y K H S L
Decimal 247 16 140 0 0.94 0.43 0.03 327.79 0.94 0.52
Hex F7 10 8C 0 5E 2B 3 148 5E 34
Octal 367 20 214 0 136 53 3 510 136 64
Binary 11110111 10000 10001100 0 1011110 101011 11 101001000 1011110 110100

Color Harmonies of #F7108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7108C

Black with #F7108C

Text Example


Text Example

White with #F7108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7108C; }

 p { color: rgb(247,16,140); }

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

background-color css

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

 a { background-color: rgb(247,16,140); }

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

border-color css

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

 span { border-color: rgb(247,16,140); }

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