Html Css Color HEX #F54D7B Dark Pink

📋 copy color: '#F54D7B'

red 245 ◦ green 77 ◦ blue 123

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

Shades of Dark Pink #F54D7B

Tints of Dark Pink #F54D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 55.06%
G = 17.3%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F54D7B (or 0xF54D7B) is known color: Dark Pink. HEX triplet: F5, 4D and 7B. RGB value is (245,77,123). Sum of RGB (Red+Green+Blue) = 245+77+123=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D7B is #0AB284. Grayscale: #848484. Windows color (decimal): -701061 or 8080885. OLE color: 8080885.

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

Color convert

RGB 245 77 123 -
CMYK 0 0.69 0.50 0.04
HSL 343.57º 0.89% 0.63% -
HSV(B) 343.57º 0.69% 0.96% -
XYZ 43.89 26.15 21.47 -
YUV 132.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 245 77 123 0 0.69 0.50 0.04 343.57 0.89 0.63
Hex F5 4D 7B 0 45 32 4 158 59 3F
Octal 365 115 173 0 105 62 4 530 131 77
Binary 11110101 1001101 1111011 0 1000101 110010 100 101011000 1011001 111111

Color Harmonies of #F54D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D7B

Black with #F54D7B

Text Example


Text Example

White with #F54D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D7B; }

 p { color: rgb(245,77,123); }

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

background-color css

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

 a { background-color: rgb(245,77,123); }

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

border-color css

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

 span { border-color: rgb(245,77,123); }

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