Html Css Color HEX #F5157C Deep Pink

📋 copy color: '#F5157C'

red 245 ◦ green 21 ◦ blue 124

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

Shades of Deep Pink #F5157C

Tints of Deep Pink #F5157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.38%

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

R = 62.82%
G = 5.38%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5157C (or 0xF5157C) is known color: Deep Pink. HEX triplet: F5, 15 and 7C. RGB value is (245,21,124). Sum of RGB (Red+Green+Blue) = 245+21+124=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5157C is #0AEA83. Grayscale: #636363. Windows color (decimal): -715396 or 8132085. OLE color: 8132085.

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

Color convert

RGB 245 21 124 -
CMYK 0 0.91 0.49 0.04
HSL 332.41º 0.92% 0.52% -
HSV(B) 332.41º 0.91% 0.96% -
XYZ 41.56 21.4 21.01 -
YUV 99.72 141.71 231.62 -
System Red Green Blue C M Y K H S L
Decimal 245 21 124 0 0.91 0.49 0.04 332.41 0.92 0.52
Hex F5 15 7C 0 5B 31 4 14C 5C 34
Octal 365 25 174 0 133 61 4 514 134 64
Binary 11110101 10101 1111100 0 1011011 110001 100 101001100 1011100 110100

Color Harmonies of #F5157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5157C

Black with #F5157C

Text Example


Text Example

White with #F5157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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