Html Css Color HEX #F34E77 Dark Pink

📋 copy color: '#F34E77'

red 243 ◦ green 78 ◦ blue 119

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

Shades of Dark Pink #F34E77

Tints of Dark Pink #F34E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.73%

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 55.23%
G = 17.73%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F34E77 (or 0xF34E77) is known color: Dark Pink. HEX triplet: F3, 4E and 77. RGB value is (243,78,119). Sum of RGB (Red+Green+Blue) = 243+78+119=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E77 is #0CB188. Grayscale: #848484. Windows color (decimal): -831881 or 7818995. OLE color: 7818995.

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

Color convert

RGB 243 78 119 -
CMYK 0 0.68 0.51 0.05
HSL 345.09º 0.87% 0.63% -
HSV(B) 345.09º 0.68% 0.95% -
XYZ 43.02 25.84 20.17 -
YUV 132.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 243 78 119 0 0.68 0.51 0.05 345.09 0.87 0.63
Hex F3 4E 77 0 44 33 5 159 57 3F
Octal 363 116 167 0 104 63 5 531 127 77
Binary 11110011 1001110 1110111 0 1000100 110011 101 101011001 1010111 111111

Color Harmonies of #F34E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34E77

Black with #F34E77

Text Example


Text Example

White with #F34E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34E77; }

 p { color: rgb(243,78,119); }

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

background-color css

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

 a { background-color: rgb(243,78,119); }

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

border-color css

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

 span { border-color: rgb(243,78,119); }

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