Html Css Color HEX #F65267 Wild Watermelon

📋 copy color: '#F65267'

red 246 ◦ green 82 ◦ blue 103

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

Shades of Wild Watermelon #F65267

Tints of Wild Watermelon #F65267

RGB

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

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

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

R = 57.08%
G = 19.03%
B = 23.9%

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

#F65267 (or 0xF65267) is known color: Wild Watermelon. HEX triplet: F6, 52 and 67. RGB value is (246,82,103). Sum of RGB (Red+Green+Blue) = 246+82+103=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F65267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65267 is #09AD98. Grayscale: #858585. Windows color (decimal): -634265 or 6771446. OLE color: 6771446.

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

Color convert

RGB 246 82 103 -
CMYK 0 0.67 0.58 0.04
HSL 352.32º 0.9% 0.64% -
HSV(B) 352.32º 0.67% 0.96% -
XYZ 43.47 26.61 15.68 -
YUV 133.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 246 82 103 0 0.67 0.58 0.04 352.32 0.9 0.64
Hex F6 52 67 0 43 3A 4 160 5A 40
Octal 366 122 147 0 103 72 4 540 132 100
Binary 11110110 1010010 1100111 0 1000011 111010 100 101100000 1011010 1000000

Color Harmonies of #F65267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65267

Black with #F65267

Text Example


Text Example

White with #F65267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65267; }

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

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

background-color css

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

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

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

border-color css

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

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

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