Html Css Color HEX #F65271 Wild Watermelon

📋 copy color: '#F65271'

red 246 ◦ green 82 ◦ blue 113

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

Shades of Wild Watermelon #F65271

Tints of Wild Watermelon #F65271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.62%

R = 55.78%
G = 18.59%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F65271 (or 0xF65271) is known color: Wild Watermelon. HEX triplet: F6, 52 and 71. RGB value is (246,82,113). Sum of RGB (Red+Green+Blue) = 246+82+113=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F65271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65271 is #09AD8E. Grayscale: #868686. Windows color (decimal): -634255 or 7426806. OLE color: 7426806.

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

Color convert

RGB 246 82 113 -
CMYK 0 0.67 0.54 0.04
HSL 348.66º 0.9% 0.64% -
HSV(B) 348.66º 0.67% 0.96% -
XYZ 44 26.82 18.48 -
YUV 134.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 246 82 113 0 0.67 0.54 0.04 348.66 0.9 0.64
Hex F6 52 71 0 43 36 4 15D 5A 40
Octal 366 122 161 0 103 66 4 535 132 100
Binary 11110110 1010010 1110001 0 1000011 110110 100 101011101 1011010 1000000

Color Harmonies of #F65271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65271

Black with #F65271

Text Example


Text Example

White with #F65271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65271; }

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

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

background-color css

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

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

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

border-color css

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

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

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