Html Css Color HEX #F75A78 Wild Watermelon

📋 copy color: '#F75A78'

red 247 ◦ green 90 ◦ blue 120

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

Shades of Wild Watermelon #F75A78

Tints of Wild Watermelon #F75A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 54.05%
G = 19.69%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F75A78 (or 0xF75A78) is known color: Wild Watermelon. HEX triplet: F7, 5A and 78. RGB value is (247,90,120). Sum of RGB (Red+Green+Blue) = 247+90+120=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A78 is #08A587. Grayscale: #8C8C8C. Windows color (decimal): -566664 or 7887607. OLE color: 7887607.

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

Color convert

RGB 247 90 120 -
CMYK 0 0.64 0.51 0.03
HSL 348.54º 0.91% 0.66% -
HSV(B) 348.54º 0.64% 0.97% -
XYZ 45.4 28.44 20.87 -
YUV 140.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 247 90 120 0 0.64 0.51 0.03 348.54 0.91 0.66
Hex F7 5A 78 0 40 33 3 15D 5B 42
Octal 367 132 170 0 100 63 3 535 133 102
Binary 11110111 1011010 1111000 0 1000000 110011 11 101011101 1011011 1000010

Color Harmonies of #F75A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A78

Black with #F75A78

Text Example


Text Example

White with #F75A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A78; }

 p { color: rgb(247,90,120); }

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

background-color css

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

 a { background-color: rgb(247,90,120); }

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

border-color css

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

 span { border-color: rgb(247,90,120); }

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