Html Css Color HEX #F54B7A Dark Pink

📋 copy color: '#F54B7A'

red 245 ◦ green 75 ◦ blue 122

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

Shades of Dark Pink #F54B7A

Tints of Dark Pink #F54B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.97%

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 55.43%
G = 16.97%
B = 27.6%

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

#F54B7A (or 0xF54B7A) is known color: Dark Pink. HEX triplet: F5, 4B and 7A. RGB value is (245,75,122). Sum of RGB (Red+Green+Blue) = 245+75+122=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54B7A is #0AB485. Grayscale: #838383. Windows color (decimal): -701574 or 8014837. OLE color: 8014837.

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

Color convert

RGB 245 75 122 -
CMYK 0 0.69 0.50 0.04
HSL 343.41º 0.89% 0.63% -
HSV(B) 343.41º 0.69% 0.96% -
XYZ 43.69 25.85 21.1 -
YUV 131.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 245 75 122 0 0.69 0.50 0.04 343.41 0.89 0.63
Hex F5 4B 7A 0 45 32 4 157 59 3F
Octal 365 113 172 0 105 62 4 527 131 77
Binary 11110101 1001011 1111010 0 1000101 110010 100 101010111 1011001 111111

Color Harmonies of #F54B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54B7A

Black with #F54B7A

Text Example


Text Example

White with #F54B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54B7A; }

 p { color: rgb(245,75,122); }

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

background-color css

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

 a { background-color: rgb(245,75,122); }

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

border-color css

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

 span { border-color: rgb(245,75,122); }

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