Html Css Color HEX #F7107B Deep Pink

📋 copy color: '#F7107B'

red 247 ◦ green 16 ◦ blue 123

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

Shades of Deep Pink #F7107B

Tints of Deep Pink #F7107B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 63.99%
G = 4.15%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7107B (or 0xF7107B) is known color: Deep Pink. HEX triplet: F7, 10 and 7B. RGB value is (247,16,123). Sum of RGB (Red+Green+Blue) = 247+16+123=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F7107B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7107B is #08EF84. Grayscale: #616161. Windows color (decimal): -585605 or 8065271. OLE color: 8065271.

HSL color Cylindrical-coordinate representation of color #F7107B: hue angle of 332.21º 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 #F7107B is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 16 123 -
CMYK 0 0.94 0.50 0.03
HSL 332.21º 0.94% 0.52% -
HSV(B) 332.21º 0.94% 0.97% -
XYZ 42.12 21.57 20.68 -
YUV 97.27 142.53 234.8 -
System Red Green Blue C M Y K H S L
Decimal 247 16 123 0 0.94 0.50 0.03 332.21 0.94 0.52
Hex F7 10 7B 0 5E 32 3 14C 5E 34
Octal 367 20 173 0 136 62 3 514 136 64
Binary 11110111 10000 1111011 0 1011110 110010 11 101001100 1011110 110100

Color Harmonies of #F7107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7107B

Black with #F7107B

Text Example


Text Example

White with #F7107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7107B; }

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

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

background-color css

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

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

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

border-color css

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

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

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