Html Css Color HEX #F51378 Deep Pink

📋 copy color: '#F51378'

red 245 ◦ green 19 ◦ blue 120

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

Shades of Deep Pink #F51378

Tints of Deep Pink #F51378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.95%

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 63.8%
G = 4.95%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F51378 (or 0xF51378) is known color: Deep Pink. HEX triplet: F5, 13 and 78. RGB value is (245,19,120). Sum of RGB (Red+Green+Blue) = 245+19+120=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F51378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51378 is #0AEC87. Grayscale: #616161. Windows color (decimal): -715912 or 7869429. OLE color: 7869429.

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

Color convert

RGB 245 19 120 -
CMYK 0 0.92 0.51 0.04
HSL 333.19º 0.92% 0.52% -
HSV(B) 333.19º 0.92% 0.96% -
XYZ 41.28 21.23 19.69 -
YUV 98.09 140.37 232.79 -
System Red Green Blue C M Y K H S L
Decimal 245 19 120 0 0.92 0.51 0.04 333.19 0.92 0.52
Hex F5 13 78 0 5C 33 4 14D 5C 34
Octal 365 23 170 0 134 63 4 515 134 64
Binary 11110101 10011 1111000 0 1011100 110011 100 101001101 1011100 110100

Color Harmonies of #F51378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51378

Black with #F51378

Text Example


Text Example

White with #F51378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51378; }

 p { color: rgb(245,19,120); }

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

background-color css

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

 a { background-color: rgb(245,19,120); }

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

border-color css

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

 span { border-color: rgb(245,19,120); }

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