Html Css Color HEX #F65D7A Wild Watermelon

📋 copy color: '#F65D7A'

red 246 ◦ green 93 ◦ blue 122

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

Shades of Wild Watermelon #F65D7A

Tints of Wild Watermelon #F65D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 53.36%
G = 20.17%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F65D7A (or 0xF65D7A) is known color: Wild Watermelon. HEX triplet: F6, 5D and 7A. RGB value is (246,93,122). Sum of RGB (Red+Green+Blue) = 246+93+122=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D7A is #09A285. Grayscale: #8E8E8E. Windows color (decimal): -631430 or 8019446. OLE color: 8019446.

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

Color convert

RGB 246 93 122 -
CMYK 0 0.62 0.50 0.04
HSL 348.63º 0.89% 0.66% -
HSV(B) 348.63º 0.62% 0.96% -
XYZ 45.43 28.83 21.58 -
YUV 142.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 246 93 122 0 0.62 0.50 0.04 348.63 0.89 0.66
Hex F6 5D 7A 0 3E 32 4 15D 59 42
Octal 366 135 172 0 76 62 4 535 131 102
Binary 11110110 1011101 1111010 0 111110 110010 100 101011101 1011001 1000010

Color Harmonies of #F65D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65D7A

Black with #F65D7A

Text Example


Text Example

White with #F65D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65D7A; }

 p { color: rgb(246,93,122); }

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

background-color css

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

 a { background-color: rgb(246,93,122); }

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

border-color css

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

 span { border-color: rgb(246,93,122); }

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