Html Css Color HEX #F64F75 Wild Watermelon

📋 copy color: '#F64F75'

red 246 ◦ green 79 ◦ blue 117

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

Shades of Wild Watermelon #F64F75

Tints of Wild Watermelon #F64F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.47%

R = 55.66%
G = 17.87%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F64F75 (or 0xF64F75) is known color: Wild Watermelon. HEX triplet: F6, 4F and 75. RGB value is (246,79,117). Sum of RGB (Red+Green+Blue) = 246+79+117=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F75 is #09B08A. Grayscale: #858585. Windows color (decimal): -635019 or 7688182. OLE color: 7688182.

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

Color convert

RGB 246 79 117 -
CMYK 0 0.68 0.52 0.04
HSL 346.35º 0.9% 0.64% -
HSV(B) 346.35º 0.68% 0.96% -
XYZ 44.01 26.47 19.62 -
YUV 133.27 118.83 208.41 -
System Red Green Blue C M Y K H S L
Decimal 246 79 117 0 0.68 0.52 0.04 346.35 0.9 0.64
Hex F6 4F 75 0 44 34 4 15A 5A 40
Octal 366 117 165 0 104 64 4 532 132 100
Binary 11110110 1001111 1110101 0 1000100 110100 100 101011010 1011010 1000000

Color Harmonies of #F64F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F75

Black with #F64F75

Text Example


Text Example

White with #F64F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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