Html Css Color HEX #F64B68 Wild Watermelon

📋 copy color: '#F64B68'

red 246 ◦ green 75 ◦ blue 104

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

Shades of Wild Watermelon #F64B68

Tints of Wild Watermelon #F64B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.65%

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 57.88%
G = 17.65%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F64B68 (or 0xF64B68) is known color: Wild Watermelon. HEX triplet: F6, 4B and 68. RGB value is (246,75,104). Sum of RGB (Red+Green+Blue) = 246+75+104=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64B68 is #09B497. Grayscale: #818181. Windows color (decimal): -636056 or 6835190. OLE color: 6835190.

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

Color convert

RGB 246 75 104 -
CMYK 0 0.70 0.58 0.04
HSL 349.82º 0.9% 0.63% -
HSV(B) 349.82º 0.7% 0.96% -
XYZ 43.02 25.62 15.78 -
YUV 129.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 246 75 104 0 0.70 0.58 0.04 349.82 0.9 0.63
Hex F6 4B 68 0 46 3A 4 15E 5A 3F
Octal 366 113 150 0 106 72 4 536 132 77
Binary 11110110 1001011 1101000 0 1000110 111010 100 101011110 1011010 111111

Color Harmonies of #F64B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64B68

Black with #F64B68

Text Example


Text Example

White with #F64B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64B68; }

 p { color: rgb(246,75,104); }

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

background-color css

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

 a { background-color: rgb(246,75,104); }

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

border-color css

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

 span { border-color: rgb(246,75,104); }

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