Html Css Color HEX #F54674 Dark Pink

📋 copy color: '#F54674'

red 245 ◦ green 70 ◦ blue 116

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

Shades of Dark Pink #F54674

Tints of Dark Pink #F54674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.24%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 56.84%
G = 16.24%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F54674 (or 0xF54674) is known color: Dark Pink. HEX triplet: F5, 46 and 74. RGB value is (245,70,116). Sum of RGB (Red+Green+Blue) = 245+70+116=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F54674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54674 is #0AB98B. Grayscale: #7F7F7F. Windows color (decimal): -702860 or 7620341. OLE color: 7620341.

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

Color convert

RGB 245 70 116 -
CMYK 0 0.71 0.53 0.04
HSL 344.23º 0.9% 0.62% -
HSV(B) 344.23º 0.71% 0.96% -
XYZ 43 25.05 19.09 -
YUV 127.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 245 70 116 0 0.71 0.53 0.04 344.23 0.9 0.62
Hex F5 46 74 0 47 35 4 158 5A 3E
Octal 365 106 164 0 107 65 4 530 132 76
Binary 11110101 1000110 1110100 0 1000111 110101 100 101011000 1011010 111110

Color Harmonies of #F54674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54674

Black with #F54674

Text Example


Text Example

White with #F54674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54674; }

 p { color: rgb(245,70,116); }

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

background-color css

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

 a { background-color: rgb(245,70,116); }

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

border-color css

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

 span { border-color: rgb(245,70,116); }

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