Html Css Color HEX #F65067 Wild Watermelon

📋 copy color: '#F65067'

red 246 ◦ green 80 ◦ blue 103

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

Shades of Wild Watermelon #F65067

Tints of Wild Watermelon #F65067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 103 (40.63% from 255) = 24.01%

R = 57.34%
G = 18.65%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F65067 (or 0xF65067) is known color: Wild Watermelon. HEX triplet: F6, 50 and 67. RGB value is (246,80,103). Sum of RGB (Red+Green+Blue) = 246+80+103=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F65067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65067 is #09AF98. Grayscale: #848484. Windows color (decimal): -634777 or 6770934. OLE color: 6770934.

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

Color convert

RGB 246 80 103 -
CMYK 0 0.67 0.58 0.04
HSL 351.69º 0.9% 0.64% -
HSV(B) 351.69º 0.67% 0.96% -
XYZ 43.32 26.31 15.63 -
YUV 132.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 246 80 103 0 0.67 0.58 0.04 351.69 0.9 0.64
Hex F6 50 67 0 43 3A 4 160 5A 40
Octal 366 120 147 0 103 72 4 540 132 100
Binary 11110110 1010000 1100111 0 1000011 111010 100 101100000 1011010 1000000

Color Harmonies of #F65067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65067

Black with #F65067

Text Example


Text Example

White with #F65067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65067; }

 p { color: rgb(246,80,103); }

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

background-color css

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

 a { background-color: rgb(246,80,103); }

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

border-color css

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

 span { border-color: rgb(246,80,103); }

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