Html Css Color HEX #F34C71 Wild Watermelon

📋 copy color: '#F34C71'

red 243 ◦ green 76 ◦ blue 113

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

Shades of Wild Watermelon #F34C71

Tints of Wild Watermelon #F34C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.59%

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

R = 56.25%
G = 17.59%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F34C71 (or 0xF34C71) is known color: Wild Watermelon. HEX triplet: F3, 4C and 71. RGB value is (243,76,113). Sum of RGB (Red+Green+Blue) = 243+76+113=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C71 is #0CB38E. Grayscale: #828282. Windows color (decimal): -832399 or 7425267. OLE color: 7425267.

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

Color convert

RGB 243 76 113 -
CMYK 0 0.69 0.53 0.05
HSL 346.71º 0.87% 0.63% -
HSV(B) 346.71º 0.69% 0.95% -
XYZ 42.53 25.42 18.29 -
YUV 130.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 243 76 113 0 0.69 0.53 0.05 346.71 0.87 0.63
Hex F3 4C 71 0 45 35 5 15B 57 3F
Octal 363 114 161 0 105 65 5 533 127 77
Binary 11110011 1001100 1110001 0 1000101 110101 101 101011011 1010111 111111

Color Harmonies of #F34C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C71

Black with #F34C71

Text Example


Text Example

White with #F34C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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