Html Css Color HEX #F5147D Deep Pink

📋 copy color: '#F5147D'

red 245 ◦ green 20 ◦ blue 125

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

Shades of Deep Pink #F5147D

Tints of Deep Pink #F5147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.13%

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 62.82%
G = 5.13%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5147D (or 0xF5147D) is known color: Deep Pink. HEX triplet: F5, 14 and 7D. RGB value is (245,20,125). Sum of RGB (Red+Green+Blue) = 245+20+125=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5147D is #0AEB82. Grayscale: #636363. Windows color (decimal): -715651 or 8197365. OLE color: 8197365.

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

Color convert

RGB 245 20 125 -
CMYK 0 0.92 0.49 0.04
HSL 332º 0.92% 0.52% -
HSV(B) 332º 0.92% 0.96% -
XYZ 41.61 21.39 21.34 -
YUV 99.25 142.54 231.96 -
System Red Green Blue C M Y K H S L
Decimal 245 20 125 0 0.92 0.49 0.04 332 0.92 0.52
Hex F5 14 7D 0 5C 31 4 14C 5C 34
Octal 365 24 175 0 134 61 4 514 134 64
Binary 11110101 10100 1111101 0 1011100 110001 100 101001100 1011100 110100

Color Harmonies of #F5147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5147D

Black with #F5147D

Text Example


Text Example

White with #F5147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5147D; }

 p { color: rgb(245,20,125); }

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

background-color css

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

 a { background-color: rgb(245,20,125); }

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

border-color css

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

 span { border-color: rgb(245,20,125); }

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