Html Css Color HEX #F34976 Dark Pink

📋 copy color: '#F34976'

red 243 ◦ green 73 ◦ blue 118

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

Shades of Dark Pink #F34976

Tints of Dark Pink #F34976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.82%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 55.99%
G = 16.82%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F34976 (or 0xF34976) is known color: Dark Pink. HEX triplet: F3, 49 and 76. RGB value is (243,73,118). Sum of RGB (Red+Green+Blue) = 243+73+118=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F34976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34976 is #0CB689. Grayscale: #808080. Windows color (decimal): -833162 or 7752179. OLE color: 7752179.

HSL color Cylindrical-coordinate representation of color #F34976: hue angle of 344.12º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34976 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 73 118 -
CMYK 0 0.70 0.51 0.05
HSL 344.12º 0.88% 0.62% -
HSV(B) 344.12º 0.7% 0.95% -
XYZ 42.61 25.13 19.74 -
YUV 128.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 243 73 118 0 0.70 0.51 0.05 344.12 0.88 0.62
Hex F3 49 76 0 46 33 5 158 58 3E
Octal 363 111 166 0 106 63 5 530 130 76
Binary 11110011 1001001 1110110 0 1000110 110011 101 101011000 1011000 111110

Color Harmonies of #F34976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34976

Black with #F34976

Text Example


Text Example

White with #F34976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34976; }

 p { color: rgb(243,73,118); }

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

background-color css

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

 a { background-color: rgb(243,73,118); }

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

border-color css

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

 span { border-color: rgb(243,73,118); }

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