Html Css Color HEX #F34E7A Dark Pink

📋 copy color: '#F34E7A'

red 243 ◦ green 78 ◦ blue 122

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

Shades of Dark Pink #F34E7A

Tints of Dark Pink #F34E7A

RGB

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

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

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

R = 54.85%
G = 17.61%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F34E7A (or 0xF34E7A) is known color: Dark Pink. HEX triplet: F3, 4E and 7A. RGB value is (243,78,122). Sum of RGB (Red+Green+Blue) = 243+78+122=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E7A is #0CB185. Grayscale: #848484. Windows color (decimal): -831878 or 8015603. OLE color: 8015603.

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

Color convert

RGB 243 78 122 -
CMYK 0 0.68 0.50 0.05
HSL 344º 0.87% 0.63% -
HSV(B) 344º 0.68% 0.95% -
XYZ 43.2 25.91 21.14 -
YUV 132.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 243 78 122 0 0.68 0.50 0.05 344 0.87 0.63
Hex F3 4E 7A 0 44 32 5 158 57 3F
Octal 363 116 172 0 104 62 5 530 127 77
Binary 11110011 1001110 1111010 0 1000100 110010 101 101011000 1010111 111111

Color Harmonies of #F34E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34E7A

Black with #F34E7A

Text Example


Text Example

White with #F34E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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