Html Css Color HEX #F65C72 Wild Watermelon

📋 copy color: '#F65C72'

red 246 ◦ green 92 ◦ blue 114

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

Shades of Wild Watermelon #F65C72

Tints of Wild Watermelon #F65C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.35%

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 54.42%
G = 20.35%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F65C72 (or 0xF65C72) is known color: Wild Watermelon. HEX triplet: F6, 5C and 72. RGB value is (246,92,114). Sum of RGB (Red+Green+Blue) = 246+92+114=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C72 is #09A38D. Grayscale: #8C8C8C. Windows color (decimal): -631694 or 7494902. OLE color: 7494902.

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

Color convert

RGB 246 92 114 -
CMYK 0 0.63 0.54 0.04
HSL 351.43º 0.9% 0.66% -
HSV(B) 351.43º 0.63% 0.96% -
XYZ 44.87 28.46 19.05 -
YUV 140.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 246 92 114 0 0.63 0.54 0.04 351.43 0.9 0.66
Hex F6 5C 72 0 3F 36 4 15F 5A 42
Octal 366 134 162 0 77 66 4 537 132 102
Binary 11110110 1011100 1110010 0 111111 110110 100 101011111 1011010 1000010

Color Harmonies of #F65C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C72

Black with #F65C72

Text Example


Text Example

White with #F65C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C72; }

 p { color: rgb(246,92,114); }

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

background-color css

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

 a { background-color: rgb(246,92,114); }

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

border-color css

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

 span { border-color: rgb(246,92,114); }

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