Html Css Color HEX #F51B77 Deep Pink

📋 copy color: '#F51B77'

red 245 ◦ green 27 ◦ blue 119

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

Shades of Deep Pink #F51B77

Tints of Deep Pink #F51B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.91%

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

R = 62.66%
G = 6.91%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F51B77 (or 0xF51B77) is known color: Deep Pink. HEX triplet: F5, 1B and 77. RGB value is (245,27,119). Sum of RGB (Red+Green+Blue) = 245+27+119=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51B77 is #0AE488. Grayscale: #666666. Windows color (decimal): -713865 or 7805941. OLE color: 7805941.

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

Color convert

RGB 245 27 119 -
CMYK 0 0.89 0.51 0.04
HSL 334.68º 0.92% 0.53% -
HSV(B) 334.68º 0.89% 0.96% -
XYZ 41.38 21.53 19.43 -
YUV 102.67 137.22 229.52 -
System Red Green Blue C M Y K H S L
Decimal 245 27 119 0 0.89 0.51 0.04 334.68 0.92 0.53
Hex F5 1B 77 0 59 33 4 14F 5C 35
Octal 365 33 167 0 131 63 4 517 134 65
Binary 11110101 11011 1110111 0 1011001 110011 100 101001111 1011100 110101

Color Harmonies of #F51B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51B77

Black with #F51B77

Text Example


Text Example

White with #F51B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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