Html Css Color HEX #F51277 Deep Pink

📋 copy color: '#F51277'

red 245 ◦ green 18 ◦ blue 119

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

Shades of Deep Pink #F51277

Tints of Deep Pink #F51277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 64.14%
G = 4.71%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F51277 (or 0xF51277) is known color: Deep Pink. HEX triplet: F5, 12 and 77. RGB value is (245,18,119). Sum of RGB (Red+Green+Blue) = 245+18+119=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F51277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51277 is #0AED88. Grayscale: #616161. Windows color (decimal): -716169 or 7803637. OLE color: 7803637.

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

Color convert

RGB 245 18 119 -
CMYK 0 0.93 0.51 0.04
HSL 333.3º 0.92% 0.52% -
HSV(B) 333.3º 0.93% 0.96% -
XYZ 41.2 21.18 19.37 -
YUV 97.39 140.21 233.29 -
System Red Green Blue C M Y K H S L
Decimal 245 18 119 0 0.93 0.51 0.04 333.3 0.92 0.52
Hex F5 12 77 0 5D 33 4 14D 5C 34
Octal 365 22 167 0 135 63 4 515 134 64
Binary 11110101 10010 1110111 0 1011101 110011 100 101001101 1011100 110100

Color Harmonies of #F51277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51277

Black with #F51277

Text Example


Text Example

White with #F51277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51277; }

 p { color: rgb(245,18,119); }

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

background-color css

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

 a { background-color: rgb(245,18,119); }

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

border-color css

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

 span { border-color: rgb(245,18,119); }

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