Html Css Color HEX #F65277 Wild Watermelon

📋 copy color: '#F65277'

red 246 ◦ green 82 ◦ blue 119

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

Shades of Wild Watermelon #F65277

Tints of Wild Watermelon #F65277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.62%

R = 55.03%
G = 18.34%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F65277 (or 0xF65277) is known color: Wild Watermelon. HEX triplet: F6, 52 and 77. RGB value is (246,82,119). Sum of RGB (Red+Green+Blue) = 246+82+119=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F65277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65277 is #09AD88. Grayscale: #878787. Windows color (decimal): -634249 or 7820022. OLE color: 7820022.

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

Color convert

RGB 246 82 119 -
CMYK 0 0.67 0.52 0.04
HSL 346.46º 0.9% 0.64% -
HSV(B) 346.46º 0.67% 0.96% -
XYZ 44.35 26.96 20.32 -
YUV 135.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 246 82 119 0 0.67 0.52 0.04 346.46 0.9 0.64
Hex F6 52 77 0 43 34 4 15A 5A 40
Octal 366 122 167 0 103 64 4 532 132 100
Binary 11110110 1010010 1110111 0 1000011 110100 100 101011010 1011010 1000000

Color Harmonies of #F65277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65277

Black with #F65277

Text Example


Text Example

White with #F65277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65277; }

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

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

background-color css

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

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

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

border-color css

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

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

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