Html Css Color HEX #F5107C Deep Pink

📋 copy color: '#F5107C'

red 245 ◦ green 16 ◦ blue 124

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

Shades of Deep Pink #F5107C

Tints of Deep Pink #F5107C

RGB

 RED value IS 245 (96.09% from 255) = 63.64%

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

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

R = 63.64%
G = 4.16%
B = 32.21%

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

#F5107C (or 0xF5107C) is known color: Deep Pink. HEX triplet: F5, 10 and 7C. RGB value is (245,16,124). Sum of RGB (Red+Green+Blue) = 245+16+124=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5107C is #0AEF83. Grayscale: #606060. Windows color (decimal): -716676 or 8130805. OLE color: 8130805.

HSL color Cylindrical-coordinate representation of color #F5107C: hue angle of 331.7º degrees, saturation: 0.92, 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 #F5107C is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 16 124 -
CMYK 0 0.93 0.49 0.04
HSL 331.7º 0.92% 0.51% -
HSV(B) 331.7º 0.93% 0.96% -
XYZ 41.48 21.24 20.98 -
YUV 96.78 143.37 233.72 -
System Red Green Blue C M Y K H S L
Decimal 245 16 124 0 0.93 0.49 0.04 331.7 0.92 0.51
Hex F5 10 7C 0 5D 31 4 14C 5C 33
Octal 365 20 174 0 135 61 4 514 134 63
Binary 11110101 10000 1111100 0 1011101 110001 100 101001100 1011100 110011

Color Harmonies of #F5107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5107C

Black with #F5107C

Text Example


Text Example

White with #F5107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5107C; }

 p { color: rgb(245,16,124); }

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

background-color css

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

 a { background-color: rgb(245,16,124); }

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

border-color css

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

 span { border-color: rgb(245,16,124); }

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