Html Css Color HEX #F75073 Wild Watermelon

📋 copy color: '#F75073'

red 247 ◦ green 80 ◦ blue 115

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

Shades of Wild Watermelon #F75073

Tints of Wild Watermelon #F75073

RGB

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

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

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

R = 55.88%
G = 18.1%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F75073 (or 0xF75073) is known color: Wild Watermelon. HEX triplet: F7, 50 and 73. RGB value is (247,80,115). Sum of RGB (Red+Green+Blue) = 247+80+115=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F75073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75073 is #08AF8C. Grayscale: #858585. Windows color (decimal): -569229 or 7557367. OLE color: 7557367.

HSL color Cylindrical-coordinate representation of color #F75073: hue angle of 347.43º 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 #F75073 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 115 -
CMYK 0 0.68 0.53 0.03
HSL 347.43º 0.91% 0.64% -
HSV(B) 347.43º 0.68% 0.97% -
XYZ 44.32 26.75 19.05 -
YUV 133.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 247 80 115 0 0.68 0.53 0.03 347.43 0.91 0.64
Hex F7 50 73 0 44 35 3 15B 5B 40
Octal 367 120 163 0 104 65 3 533 133 100
Binary 11110111 1010000 1110011 0 1000100 110101 11 101011011 1011011 1000000

Color Harmonies of #F75073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75073

Black with #F75073

Text Example


Text Example

White with #F75073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75073; }

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

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

background-color css

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

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

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

border-color css

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

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

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