Html Css Color HEX #F34D72 Wild Watermelon

📋 copy color: '#F34D72'

red 243 ◦ green 77 ◦ blue 114

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

Shades of Wild Watermelon #F34D72

Tints of Wild Watermelon #F34D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.74%

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 55.99%
G = 17.74%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F34D72 (or 0xF34D72) is known color: Wild Watermelon. HEX triplet: F3, 4D and 72. RGB value is (243,77,114). Sum of RGB (Red+Green+Blue) = 243+77+114=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D72 is #0CB28D. Grayscale: #828282. Windows color (decimal): -832142 or 7491059. OLE color: 7491059.

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

Color convert

RGB 243 77 114 -
CMYK 0 0.68 0.53 0.05
HSL 346.63º 0.87% 0.63% -
HSV(B) 346.63º 0.68% 0.95% -
XYZ 42.65 25.58 18.61 -
YUV 130.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 243 77 114 0 0.68 0.53 0.05 346.63 0.87 0.63
Hex F3 4D 72 0 44 35 5 15B 57 3F
Octal 363 115 162 0 104 65 5 533 127 77
Binary 11110011 1001101 1110010 0 1000100 110101 101 101011011 1010111 111111

Color Harmonies of #F34D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34D72

Black with #F34D72

Text Example


Text Example

White with #F34D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34D72; }

 p { color: rgb(243,77,114); }

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

background-color css

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

 a { background-color: rgb(243,77,114); }

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

border-color css

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

 span { border-color: rgb(243,77,114); }

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