Html Css Color HEX #F75D74 Wild Watermelon

📋 copy color: '#F75D74'

red 247 ◦ green 93 ◦ blue 116

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

Shades of Wild Watermelon #F75D74

Tints of Wild Watermelon #F75D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.39%

 BLUE value IS 116 (45.7% from 255) = 25.44%

R = 54.17%
G = 20.39%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F75D74 (or 0xF75D74) is known color: Wild Watermelon. HEX triplet: F7, 5D and 74. RGB value is (247,93,116). Sum of RGB (Red+Green+Blue) = 247+93+116=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D74 is #08A28B. Grayscale: #8D8D8D. Windows color (decimal): -565900 or 7626231. OLE color: 7626231.

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

Color convert

RGB 247 93 116 -
CMYK 0 0.62 0.53 0.03
HSL 351.04º 0.91% 0.67% -
HSV(B) 351.04º 0.62% 0.97% -
XYZ 45.42 28.86 19.7 -
YUV 141.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 247 93 116 0 0.62 0.53 0.03 351.04 0.91 0.67
Hex F7 5D 74 0 3E 35 3 15F 5B 43
Octal 367 135 164 0 76 65 3 537 133 103
Binary 11110111 1011101 1110100 0 111110 110101 11 101011111 1011011 1000011

Color Harmonies of #F75D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D74

Black with #F75D74

Text Example


Text Example

White with #F75D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D74; }

 p { color: rgb(247,93,116); }

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

background-color css

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

 a { background-color: rgb(247,93,116); }

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

border-color css

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

 span { border-color: rgb(247,93,116); }

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