Html Css Color HEX #F64C6B Wild Watermelon

📋 copy color: '#F64C6B'

red 246 ◦ green 76 ◦ blue 107

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

Shades of Wild Watermelon #F64C6B

Tints of Wild Watermelon #F64C6B

RGB

 RED value IS 246 (96.48% from 255) = 57.34%

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 57.34%
G = 17.72%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F64C6B (or 0xF64C6B) is known color: Wild Watermelon. HEX triplet: F6, 4C and 6B. RGB value is (246,76,107). Sum of RGB (Red+Green+Blue) = 246+76+107=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64C6B is #09B394. Grayscale: #828282. Windows color (decimal): -635797 or 7032054. OLE color: 7032054.

HSL color Cylindrical-coordinate representation of color #F64C6B: hue angle of 349.06º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64C6B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 76 107 -
CMYK 0 0.69 0.57 0.04
HSL 349.06º 0.9% 0.63% -
HSV(B) 349.06º 0.69% 0.96% -
XYZ 43.24 25.82 16.62 -
YUV 130.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 246 76 107 0 0.69 0.57 0.04 349.06 0.9 0.63
Hex F6 4C 6B 0 45 39 4 15D 5A 3F
Octal 366 114 153 0 105 71 4 535 132 77
Binary 11110110 1001100 1101011 0 1000101 111001 100 101011101 1011010 111111

Color Harmonies of #F64C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C6B

Black with #F64C6B

Text Example


Text Example

White with #F64C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C6B; }

 p { color: rgb(246,76,107); }

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

background-color css

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

 a { background-color: rgb(246,76,107); }

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

border-color css

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

 span { border-color: rgb(246,76,107); }

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