Html Css Color HEX #F34670 Dark Pink

📋 copy color: '#F34670'

red 243 ◦ green 70 ◦ blue 112

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

Shades of Dark Pink #F34670

Tints of Dark Pink #F34670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.47%

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 57.18%
G = 16.47%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F34670 (or 0xF34670) is known color: Dark Pink. HEX triplet: F3, 46 and 70. RGB value is (243,70,112). Sum of RGB (Red+Green+Blue) = 243+70+112=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F34670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34670 is #0CB98F. Grayscale: #7E7E7E. Windows color (decimal): -833936 or 7358195. OLE color: 7358195.

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

Color convert

RGB 243 70 112 -
CMYK 0 0.71 0.54 0.05
HSL 345.43º 0.88% 0.61% -
HSV(B) 345.43º 0.71% 0.95% -
XYZ 42.08 24.6 17.86 -
YUV 126.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 243 70 112 0 0.71 0.54 0.05 345.43 0.88 0.61
Hex F3 46 70 0 47 36 5 159 58 3D
Octal 363 106 160 0 107 66 5 531 130 75
Binary 11110011 1000110 1110000 0 1000111 110110 101 101011001 1011000 111101

Color Harmonies of #F34670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34670

Black with #F34670

Text Example


Text Example

White with #F34670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34670; }

 p { color: rgb(243,70,112); }

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

background-color css

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

 a { background-color: rgb(243,70,112); }

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

border-color css

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

 span { border-color: rgb(243,70,112); }

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