Html Css Color HEX #F64D75 Wild Watermelon

📋 copy color: '#F64D75'

red 246 ◦ green 77 ◦ blue 117

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

Shades of Wild Watermelon #F64D75

Tints of Wild Watermelon #F64D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

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

R = 55.91%
G = 17.5%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F64D75 (or 0xF64D75) is known color: Wild Watermelon. HEX triplet: F6, 4D and 75. RGB value is (246,77,117). Sum of RGB (Red+Green+Blue) = 246+77+117=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D75 is #09B28A. Grayscale: #848484. Windows color (decimal): -635531 or 7687670. OLE color: 7687670.

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

Color convert

RGB 246 77 117 -
CMYK 0 0.69 0.52 0.04
HSL 345.8º 0.9% 0.63% -
HSV(B) 345.8º 0.69% 0.96% -
XYZ 43.87 26.18 19.57 -
YUV 132.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 246 77 117 0 0.69 0.52 0.04 345.8 0.9 0.63
Hex F6 4D 75 0 45 34 4 15A 5A 3F
Octal 366 115 165 0 105 64 4 532 132 77
Binary 11110110 1001101 1110101 0 1000101 110100 100 101011010 1011010 111111

Color Harmonies of #F64D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D75

Black with #F64D75

Text Example


Text Example

White with #F64D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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