Html Css Color HEX #F64F7A Wild Watermelon

📋 copy color: '#F64F7A'

red 246 ◦ green 79 ◦ blue 122

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

Shades of Wild Watermelon #F64F7A

Tints of Wild Watermelon #F64F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 55.03%
G = 17.67%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F64F7A (or 0xF64F7A) is known color: Wild Watermelon. HEX triplet: F6, 4F and 7A. RGB value is (246,79,122). Sum of RGB (Red+Green+Blue) = 246+79+122=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F7A is #09B085. Grayscale: #858585. Windows color (decimal): -635014 or 8015862. OLE color: 8015862.

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

Color convert

RGB 246 79 122 -
CMYK 0 0.68 0.50 0.04
HSL 344.55º 0.9% 0.64% -
HSV(B) 344.55º 0.68% 0.96% -
XYZ 44.31 26.59 21.21 -
YUV 133.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 246 79 122 0 0.68 0.50 0.04 344.55 0.9 0.64
Hex F6 4F 7A 0 44 32 4 159 5A 40
Octal 366 117 172 0 104 62 4 531 132 100
Binary 11110110 1001111 1111010 0 1000100 110010 100 101011001 1011010 1000000

Color Harmonies of #F64F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F7A

Black with #F64F7A

Text Example


Text Example

White with #F64F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F7A; }

 p { color: rgb(246,79,122); }

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

background-color css

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

 a { background-color: rgb(246,79,122); }

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

border-color css

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

 span { border-color: rgb(246,79,122); }

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