Html Css Color HEX #F7506B Wild Watermelon

📋 copy color: '#F7506B'

red 247 ◦ green 80 ◦ blue 107

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

Shades of Wild Watermelon #F7506B

Tints of Wild Watermelon #F7506B

RGB

 RED value IS 247 (96.88% from 255) = 56.91%

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

 BLUE value IS 107 (42.19% from 255) = 24.65%

R = 56.91%
G = 18.43%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7506B (or 0xF7506B) is known color: Wild Watermelon. HEX triplet: F7, 50 and 6B. RGB value is (247,80,107). Sum of RGB (Red+Green+Blue) = 247+80+107=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F7506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7506B is #08AF94. Grayscale: #858585. Windows color (decimal): -569237 or 7033079. OLE color: 7033079.

HSL color Cylindrical-coordinate representation of color #F7506B: hue angle of 350.3º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7506B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 107 -
CMYK 0 0.68 0.57 0.03
HSL 350.3º 0.91% 0.64% -
HSV(B) 350.3º 0.68% 0.97% -
XYZ 43.88 26.57 16.73 -
YUV 133.01 113.33 209.3 -
System Red Green Blue C M Y K H S L
Decimal 247 80 107 0 0.68 0.57 0.03 350.3 0.91 0.64
Hex F7 50 6B 0 44 39 3 15E 5B 40
Octal 367 120 153 0 104 71 3 536 133 100
Binary 11110111 1010000 1101011 0 1000100 111001 11 101011110 1011011 1000000

Color Harmonies of #F7506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7506B

Black with #F7506B

Text Example


Text Example

White with #F7506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7506B; }

 p { color: rgb(247,80,107); }

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

background-color css

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

 a { background-color: rgb(247,80,107); }

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

border-color css

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

 span { border-color: rgb(247,80,107); }

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