Html Css Color HEX #F34471 Dark Pink

📋 copy color: '#F34471'

red 243 ◦ green 68 ◦ blue 113

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

Shades of Dark Pink #F34471

Tints of Dark Pink #F34471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.04%

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

R = 57.31%
G = 16.04%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F34471 (or 0xF34471) is known color: Dark Pink. HEX triplet: F3, 44 and 71. RGB value is (243,68,113). Sum of RGB (Red+Green+Blue) = 243+68+113=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F34471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34471 is #0CBB8E. Grayscale: #7D7D7D. Windows color (decimal): -834447 or 7423219. OLE color: 7423219.

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

Color convert

RGB 243 68 113 -
CMYK 0 0.72 0.53 0.05
HSL 344.57º 0.88% 0.61% -
HSV(B) 344.57º 0.72% 0.95% -
XYZ 42.01 24.38 18.11 -
YUV 125.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 243 68 113 0 0.72 0.53 0.05 344.57 0.88 0.61
Hex F3 44 71 0 48 35 5 159 58 3D
Octal 363 104 161 0 110 65 5 531 130 75
Binary 11110011 1000100 1110001 0 1001000 110101 101 101011001 1011000 111101

Color Harmonies of #F34471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34471

Black with #F34471

Text Example


Text Example

White with #F34471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34471; }

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

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

background-color css

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

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

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

border-color css

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

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

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