Html Css Color HEX #F34470 Dark Pink

📋 copy color: '#F34470'

red 243 ◦ green 68 ◦ blue 112

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

Shades of Dark Pink #F34470

Tints of Dark Pink #F34470

RGB

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

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

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

R = 57.45%
G = 16.08%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F34470 (or 0xF34470) is known color: Dark Pink. HEX triplet: F3, 44 and 70. RGB value is (243,68,112). Sum of RGB (Red+Green+Blue) = 243+68+112=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F34470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34470 is #0CBB8F. Grayscale: #7D7D7D. Windows color (decimal): -834448 or 7357683. OLE color: 7357683.

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

Color convert

RGB 243 68 112 -
CMYK 0 0.72 0.54 0.05
HSL 344.91º 0.88% 0.61% -
HSV(B) 344.91º 0.72% 0.95% -
XYZ 41.95 24.36 17.82 -
YUV 125.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 243 68 112 0 0.72 0.54 0.05 344.91 0.88 0.61
Hex F3 44 70 0 48 36 5 159 58 3D
Octal 363 104 160 0 110 66 5 531 130 75
Binary 11110011 1000100 1110000 0 1001000 110110 101 101011001 1011000 111101

Color Harmonies of #F34470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34470

Black with #F34470

Text Example


Text Example

White with #F34470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34470; }

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

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

background-color css

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

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

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

border-color css

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

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

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