Html Css Color HEX #F7517D Wild Watermelon

📋 copy color: '#F7517D'

red 247 ◦ green 81 ◦ blue 125

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

Shades of Wild Watermelon #F7517D

Tints of Wild Watermelon #F7517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.88%

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 54.53%
G = 17.88%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7517D (or 0xF7517D) is known color: Wild Watermelon. HEX triplet: F7, 51 and 7D. RGB value is (247,81,125). Sum of RGB (Red+Green+Blue) = 247+81+125=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F7517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7517D is #08AE82. Grayscale: #878787. Windows color (decimal): -568963 or 8212983. OLE color: 8212983.

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

Color convert

RGB 247 81 125 -
CMYK 0 0.67 0.49 0.03
HSL 344.1º 0.91% 0.64% -
HSV(B) 344.1º 0.67% 0.97% -
XYZ 45 27.14 22.27 -
YUV 135.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 247 81 125 0 0.67 0.49 0.03 344.1 0.91 0.64
Hex F7 51 7D 0 43 31 3 158 5B 40
Octal 367 121 175 0 103 61 3 530 133 100
Binary 11110111 1010001 1111101 0 1000011 110001 11 101011000 1011011 1000000

Color Harmonies of #F7517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7517D

Black with #F7517D

Text Example


Text Example

White with #F7517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7517D; }

 p { color: rgb(247,81,125); }

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

background-color css

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

 a { background-color: rgb(247,81,125); }

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

border-color css

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

 span { border-color: rgb(247,81,125); }

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