Html Css Color HEX #F34F7D Dark Pink

📋 copy color: '#F34F7D'

red 243 ◦ green 79 ◦ blue 125

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

Shades of Dark Pink #F34F7D

Tints of Dark Pink #F34F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 54.36%
G = 17.67%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F34F7D (or 0xF34F7D) is known color: Dark Pink. HEX triplet: F3, 4F and 7D. RGB value is (243,79,125). Sum of RGB (Red+Green+Blue) = 243+79+125=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34F7D is #0CB082. Grayscale: #858585. Windows color (decimal): -831619 or 8212467. OLE color: 8212467.

HSL color Cylindrical-coordinate representation of color #F34F7D: hue angle of 343.17º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F34F7D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 79 125 -
CMYK 0 0.67 0.49 0.05
HSL 343.17º 0.87% 0.63% -
HSV(B) 343.17º 0.67% 0.95% -
XYZ 43.46 26.13 22.15 -
YUV 133.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 243 79 125 0 0.67 0.49 0.05 343.17 0.87 0.63
Hex F3 4F 7D 0 43 31 5 157 57 3F
Octal 363 117 175 0 103 61 5 527 127 77
Binary 11110011 1001111 1111101 0 1000011 110001 101 101010111 1010111 111111

Color Harmonies of #F34F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34F7D

Black with #F34F7D

Text Example


Text Example

White with #F34F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34F7D; }

 p { color: rgb(243,79,125); }

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

background-color css

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

 a { background-color: rgb(243,79,125); }

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

border-color css

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

 span { border-color: rgb(243,79,125); }

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