Html Css Color HEX #F64F7B Wild Watermelon

📋 copy color: '#F64F7B'

red 246 ◦ green 79 ◦ blue 123

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

Shades of Wild Watermelon #F64F7B

Tints of Wild Watermelon #F64F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 54.91%
G = 17.63%
B = 27.46%

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

#F64F7B (or 0xF64F7B) is known color: Wild Watermelon. HEX triplet: F6, 4F and 7B. RGB value is (246,79,123). Sum of RGB (Red+Green+Blue) = 246+79+123=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F7B is #09B084. Grayscale: #858585. Windows color (decimal): -635013 or 8081398. OLE color: 8081398.

HSL color Cylindrical-coordinate representation of color #F64F7B: hue angle of 344.19º 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 #F64F7B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 79 123 -
CMYK 0 0.68 0.50 0.04
HSL 344.19º 0.9% 0.64% -
HSV(B) 344.19º 0.68% 0.96% -
XYZ 44.38 26.61 21.54 -
YUV 133.95 121.83 207.92 -
System Red Green Blue C M Y K H S L
Decimal 246 79 123 0 0.68 0.50 0.04 344.19 0.9 0.64
Hex F6 4F 7B 0 44 32 4 158 5A 40
Octal 366 117 173 0 104 62 4 530 132 100
Binary 11110110 1001111 1111011 0 1000100 110010 100 101011000 1011010 1000000

Color Harmonies of #F64F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F7B

Black with #F64F7B

Text Example


Text Example

White with #F64F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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