Html Css Color HEX #F64B6E Wild Watermelon

📋 copy color: '#F64B6E'

red 246 ◦ green 75 ◦ blue 110

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

Shades of Wild Watermelon #F64B6E

Tints of Wild Watermelon #F64B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 57.08%
G = 17.4%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F64B6E (or 0xF64B6E) is known color: Wild Watermelon. HEX triplet: F6, 4B and 6E. RGB value is (246,75,110). Sum of RGB (Red+Green+Blue) = 246+75+110=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64B6E is #09B491. Grayscale: #828282. Windows color (decimal): -636050 or 7228406. OLE color: 7228406.

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

Color convert

RGB 246 75 110 -
CMYK 0 0.70 0.55 0.04
HSL 347.72º 0.9% 0.63% -
HSV(B) 347.72º 0.7% 0.96% -
XYZ 43.34 25.75 17.44 -
YUV 130.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 246 75 110 0 0.70 0.55 0.04 347.72 0.9 0.63
Hex F6 4B 6E 0 46 37 4 15C 5A 3F
Octal 366 113 156 0 106 67 4 534 132 77
Binary 11110110 1001011 1101110 0 1000110 110111 100 101011100 1011010 111111

Color Harmonies of #F64B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64B6E

Black with #F64B6E

Text Example


Text Example

White with #F64B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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