Html Css Color HEX #F34671 Dark Pink

📋 copy color: '#F34671'

red 243 ◦ green 70 ◦ blue 113

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

Shades of Dark Pink #F34671

Tints of Dark Pink #F34671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 57.04%
G = 16.43%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F34671 (or 0xF34671) is known color: Dark Pink. HEX triplet: F3, 46 and 71. RGB value is (243,70,113). Sum of RGB (Red+Green+Blue) = 243+70+113=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F34671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34671 is #0CB98E. Grayscale: #7E7E7E. Windows color (decimal): -833935 or 7423731. OLE color: 7423731.

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

Color convert

RGB 243 70 113 -
CMYK 0 0.71 0.53 0.05
HSL 345.09º 0.88% 0.61% -
HSV(B) 345.09º 0.71% 0.95% -
XYZ 42.13 24.63 18.16 -
YUV 126.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 243 70 113 0 0.71 0.53 0.05 345.09 0.88 0.61
Hex F3 46 71 0 47 35 5 159 58 3D
Octal 363 106 161 0 107 65 5 531 130 75
Binary 11110011 1000110 1110001 0 1000111 110101 101 101011001 1011000 111101

Color Harmonies of #F34671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34671

Black with #F34671

Text Example


Text Example

White with #F34671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34671; }

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

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

background-color css

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

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

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

border-color css

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

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

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