Html Css Color HEX #F51B8B Deep Pink

📋 copy color: '#F51B8B'

red 245 ◦ green 27 ◦ blue 139

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

Shades of Deep Pink #F51B8B

Tints of Deep Pink #F51B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 59.61%
G = 6.57%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F51B8B (or 0xF51B8B) is known color: Deep Pink. HEX triplet: F5, 1B and 8B. RGB value is (245,27,139). Sum of RGB (Red+Green+Blue) = 245+27+139=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51B8B is #0AE474. Grayscale: #686868. Windows color (decimal): -713845 or 9116661. OLE color: 9116661.

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

Color convert

RGB 245 27 139 -
CMYK 0 0.89 0.43 0.04
HSL 329.17º 0.92% 0.53% -
HSV(B) 329.17º 0.89% 0.96% -
XYZ 42.71 22.06 26.43 -
YUV 104.95 147.22 227.89 -
System Red Green Blue C M Y K H S L
Decimal 245 27 139 0 0.89 0.43 0.04 329.17 0.92 0.53
Hex F5 1B 8B 0 59 2B 4 149 5C 35
Octal 365 33 213 0 131 53 4 511 134 65
Binary 11110101 11011 10001011 0 1011001 101011 100 101001001 1011100 110101

Color Harmonies of #F51B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51B8B

Black with #F51B8B

Text Example


Text Example

White with #F51B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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