Html Css Color HEX #F34C64 Wild Watermelon

📋 copy color: '#F34C64'

red 243 ◦ green 76 ◦ blue 100

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

Shades of Wild Watermelon #F34C64

Tints of Wild Watermelon #F34C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 58%
G = 18.14%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F34C64 (or 0xF34C64) is known color: Wild Watermelon. HEX triplet: F3, 4C and 64. RGB value is (243,76,100). Sum of RGB (Red+Green+Blue) = 243+76+100=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C64 is #0CB39B. Grayscale: #808080. Windows color (decimal): -832412 or 6573299. OLE color: 6573299.

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

Color convert

RGB 243 76 100 -
CMYK 0 0.69 0.59 0.05
HSL 351.38º 0.87% 0.63% -
HSV(B) 351.38º 0.69% 0.95% -
XYZ 41.85 25.14 14.7 -
YUV 128.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 243 76 100 0 0.69 0.59 0.05 351.38 0.87 0.63
Hex F3 4C 64 0 45 3B 5 15F 57 3F
Octal 363 114 144 0 105 73 5 537 127 77
Binary 11110011 1001100 1100100 0 1000101 111011 101 101011111 1010111 111111

Color Harmonies of #F34C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C64

Black with #F34C64

Text Example


Text Example

White with #F34C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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