Html Css Color HEX #F65268 Wild Watermelon

📋 copy color: '#F65268'

red 246 ◦ green 82 ◦ blue 104

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

Shades of Wild Watermelon #F65268

Tints of Wild Watermelon #F65268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.98%

 BLUE value IS 104 (41.02% from 255) = 24.07%

R = 56.94%
G = 18.98%
B = 24.07%

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

#F65268 (or 0xF65268) is known color: Wild Watermelon. HEX triplet: F6, 52 and 68. RGB value is (246,82,104). Sum of RGB (Red+Green+Blue) = 246+82+104=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F65268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65268 is #09AD97. Grayscale: #858585. Windows color (decimal): -634264 or 6836982. OLE color: 6836982.

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

Color convert

RGB 246 82 104 -
CMYK 0 0.67 0.58 0.04
HSL 351.95º 0.9% 0.64% -
HSV(B) 351.95º 0.67% 0.96% -
XYZ 43.52 26.63 15.94 -
YUV 133.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 246 82 104 0 0.67 0.58 0.04 351.95 0.9 0.64
Hex F6 52 68 0 43 3A 4 160 5A 40
Octal 366 122 150 0 103 72 4 540 132 100
Binary 11110110 1010010 1101000 0 1000011 111010 100 101100000 1011010 1000000

Color Harmonies of #F65268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65268

Black with #F65268

Text Example


Text Example

White with #F65268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65268; }

 p { color: rgb(246,82,104); }

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

background-color css

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

 a { background-color: rgb(246,82,104); }

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

border-color css

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

 span { border-color: rgb(246,82,104); }

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