Html Css Color HEX #F34C79 Dark Pink

📋 copy color: '#F34C79'

red 243 ◦ green 76 ◦ blue 121

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

Shades of Dark Pink #F34C79

Tints of Dark Pink #F34C79

RGB

 RED value IS 243 (95.31% from 255) = 55.23%

 GREEN value IS 76 (30.08% from 255) = 17.27%

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 55.23%
G = 17.27%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F34C79 (or 0xF34C79) is known color: Dark Pink. HEX triplet: F3, 4C and 79. RGB value is (243,76,121). Sum of RGB (Red+Green+Blue) = 243+76+121=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C79 is #0CB386. Grayscale: #838383. Windows color (decimal): -832391 or 7949555. OLE color: 7949555.

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

Color convert

RGB 243 76 121 -
CMYK 0 0.69 0.50 0.05
HSL 343.83º 0.87% 0.63% -
HSV(B) 343.83º 0.69% 0.95% -
XYZ 43 25.6 20.77 -
YUV 131.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 243 76 121 0 0.69 0.50 0.05 343.83 0.87 0.63
Hex F3 4C 79 0 45 32 5 158 57 3F
Octal 363 114 171 0 105 62 5 530 127 77
Binary 11110011 1001100 1111001 0 1000101 110010 101 101011000 1010111 111111

Color Harmonies of #F34C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C79

Black with #F34C79

Text Example


Text Example

White with #F34C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C79; }

 p { color: rgb(243,76,121); }

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

background-color css

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

 a { background-color: rgb(243,76,121); }

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

border-color css

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

 span { border-color: rgb(243,76,121); }

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