Html Css Color HEX #F6507A Wild Watermelon

📋 copy color: '#F6507A'

red 246 ◦ green 80 ◦ blue 122

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

Shades of Wild Watermelon #F6507A

Tints of Wild Watermelon #F6507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 54.91%
G = 17.86%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6507A (or 0xF6507A) is known color: Wild Watermelon. HEX triplet: F6, 50 and 7A. RGB value is (246,80,122). Sum of RGB (Red+Green+Blue) = 246+80+122=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F6507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6507A is #09AF85. Grayscale: #868686. Windows color (decimal): -634758 or 8016118. OLE color: 8016118.

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

Color convert

RGB 246 80 122 -
CMYK 0 0.67 0.50 0.04
HSL 344.82º 0.9% 0.64% -
HSV(B) 344.82º 0.67% 0.96% -
XYZ 44.39 26.74 21.23 -
YUV 134.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 246 80 122 0 0.67 0.50 0.04 344.82 0.9 0.64
Hex F6 50 7A 0 43 32 4 159 5A 40
Octal 366 120 172 0 103 62 4 531 132 100
Binary 11110110 1010000 1111010 0 1000011 110010 100 101011001 1011010 1000000

Color Harmonies of #F6507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6507A

Black with #F6507A

Text Example


Text Example

White with #F6507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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