Html Css Color HEX #F75070 Wild Watermelon

📋 copy color: '#F75070'

red 247 ◦ green 80 ◦ blue 112

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

Shades of Wild Watermelon #F75070

Tints of Wild Watermelon #F75070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.51%

R = 56.26%
G = 18.22%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F75070 (or 0xF75070) is known color: Wild Watermelon. HEX triplet: F7, 50 and 70. RGB value is (247,80,112). Sum of RGB (Red+Green+Blue) = 247+80+112=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F75070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75070 is #08AF8F. Grayscale: #858585. Windows color (decimal): -569232 or 7360759. OLE color: 7360759.

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

Color convert

RGB 247 80 112 -
CMYK 0 0.68 0.55 0.03
HSL 348.5º 0.91% 0.64% -
HSV(B) 348.5º 0.68% 0.97% -
XYZ 44.15 26.68 18.15 -
YUV 133.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 247 80 112 0 0.68 0.55 0.03 348.5 0.91 0.64
Hex F7 50 70 0 44 37 3 15D 5B 40
Octal 367 120 160 0 104 67 3 535 133 100
Binary 11110111 1010000 1110000 0 1000100 110111 11 101011101 1011011 1000000

Color Harmonies of #F75070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75070

Black with #F75070

Text Example


Text Example

White with #F75070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75070; }

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

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

background-color css

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

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

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

border-color css

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

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

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