Html Css Color HEX #F65A6C Wild Watermelon

📋 copy color: '#F65A6C'

red 246 ◦ green 90 ◦ blue 108

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

Shades of Wild Watermelon #F65A6C

Tints of Wild Watermelon #F65A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

 BLUE value IS 108 (42.58% from 255) = 24.32%

R = 55.41%
G = 20.27%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F65A6C (or 0xF65A6C) is known color: Wild Watermelon. HEX triplet: F6, 5A and 6C. RGB value is (246,90,108). Sum of RGB (Red+Green+Blue) = 246+90+108=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65A6C is #09A593. Grayscale: #8A8A8A. Windows color (decimal): -632212 or 7101174. OLE color: 7101174.

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

Color convert

RGB 246 90 108 -
CMYK 0 0.63 0.56 0.04
HSL 353.08º 0.9% 0.66% -
HSV(B) 353.08º 0.63% 0.96% -
XYZ 44.37 27.99 17.25 -
YUV 138.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 246 90 108 0 0.63 0.56 0.04 353.08 0.9 0.66
Hex F6 5A 6C 0 3F 38 4 161 5A 42
Octal 366 132 154 0 77 70 4 541 132 102
Binary 11110110 1011010 1101100 0 111111 111000 100 101100001 1011010 1000010

Color Harmonies of #F65A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65A6C

Black with #F65A6C

Text Example


Text Example

White with #F65A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65A6C; }

 p { color: rgb(246,90,108); }

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

background-color css

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

 a { background-color: rgb(246,90,108); }

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

border-color css

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

 span { border-color: rgb(246,90,108); }

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