Html Css Color HEX #F34374 Dark Pink

📋 copy color: '#F34374'

red 243 ◦ green 67 ◦ blue 116

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

Shades of Dark Pink #F34374

Tints of Dark Pink #F34374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.73%

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 57.04%
G = 15.73%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F34374 (or 0xF34374) is known color: Dark Pink. HEX triplet: F3, 43 and 74. RGB value is (243,67,116). Sum of RGB (Red+Green+Blue) = 243+67+116=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F34374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34374 is #0CBC8B. Grayscale: #7D7D7D. Windows color (decimal): -834700 or 7619571. OLE color: 7619571.

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

Color convert

RGB 243 67 116 -
CMYK 0 0.72 0.52 0.05
HSL 343.3º 0.88% 0.61% -
HSV(B) 343.3º 0.72% 0.95% -
XYZ 42.12 24.33 19 -
YUV 125.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 243 67 116 0 0.72 0.52 0.05 343.3 0.88 0.61
Hex F3 43 74 0 48 34 5 157 58 3D
Octal 363 103 164 0 110 64 5 527 130 75
Binary 11110011 1000011 1110100 0 1001000 110100 101 101010111 1011000 111101

Color Harmonies of #F34374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34374

Black with #F34374

Text Example


Text Example

White with #F34374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34374; }

 p { color: rgb(243,67,116); }

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

background-color css

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

 a { background-color: rgb(243,67,116); }

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

border-color css

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

 span { border-color: rgb(243,67,116); }

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