Html Css Color HEX #F34576 Dark Pink

📋 copy color: '#F34576'

red 243 ◦ green 69 ◦ blue 118

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

Shades of Dark Pink #F34576

Tints of Dark Pink #F34576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.05%

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

R = 56.51%
G = 16.05%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F34576 (or 0xF34576) is known color: Dark Pink. HEX triplet: F3, 45 and 76. RGB value is (243,69,118). Sum of RGB (Red+Green+Blue) = 243+69+118=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F34576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34576 is #0CBA89. Grayscale: #7E7E7E. Windows color (decimal): -834186 or 7751155. OLE color: 7751155.

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

Color convert

RGB 243 69 118 -
CMYK 0 0.72 0.51 0.05
HSL 343.1º 0.88% 0.61% -
HSV(B) 343.1º 0.72% 0.95% -
XYZ 42.36 24.62 19.66 -
YUV 126.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 243 69 118 0 0.72 0.51 0.05 343.1 0.88 0.61
Hex F3 45 76 0 48 33 5 157 58 3D
Octal 363 105 166 0 110 63 5 527 130 75
Binary 11110011 1000101 1110110 0 1001000 110011 101 101010111 1011000 111101

Color Harmonies of #F34576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34576

Black with #F34576

Text Example


Text Example

White with #F34576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34576; }

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

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

background-color css

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

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

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

border-color css

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

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

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