Html Css Color HEX #F75C73 Wild Watermelon

📋 copy color: '#F75C73'

red 247 ◦ green 92 ◦ blue 115

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

Shades of Wild Watermelon #F75C73

Tints of Wild Watermelon #F75C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 54.41%
G = 20.26%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F75C73 (or 0xF75C73) is known color: Wild Watermelon. HEX triplet: F7, 5C and 73. RGB value is (247,92,115). Sum of RGB (Red+Green+Blue) = 247+92+115=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C73 is #08A38C. Grayscale: #8D8D8D. Windows color (decimal): -566157 or 7560439. OLE color: 7560439.

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

Color convert

RGB 247 92 115 -
CMYK 0 0.63 0.53 0.03
HSL 351.1º 0.91% 0.66% -
HSV(B) 351.1º 0.63% 0.97% -
XYZ 45.28 28.67 19.37 -
YUV 140.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 247 92 115 0 0.63 0.53 0.03 351.1 0.91 0.66
Hex F7 5C 73 0 3F 35 3 15F 5B 42
Octal 367 134 163 0 77 65 3 537 133 102
Binary 11110111 1011100 1110011 0 111111 110101 11 101011111 1011011 1000010

Color Harmonies of #F75C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C73

Black with #F75C73

Text Example


Text Example

White with #F75C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C73; }

 p { color: rgb(247,92,115); }

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

background-color css

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

 a { background-color: rgb(247,92,115); }

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

border-color css

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

 span { border-color: rgb(247,92,115); }

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