Html Css Color HEX #F75172 Wild Watermelon

📋 copy color: '#F75172'

red 247 ◦ green 81 ◦ blue 114

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

Shades of Wild Watermelon #F75172

Tints of Wild Watermelon #F75172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 55.88%
G = 18.33%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F75172 (or 0xF75172) is known color: Wild Watermelon. HEX triplet: F7, 51 and 72. RGB value is (247,81,114). Sum of RGB (Red+Green+Blue) = 247+81+114=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F75172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75172 is #08AE8D. Grayscale: #868686. Windows color (decimal): -568974 or 7492087. OLE color: 7492087.

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

Color convert

RGB 247 81 114 -
CMYK 0 0.67 0.54 0.03
HSL 348.07º 0.91% 0.64% -
HSV(B) 348.07º 0.67% 0.97% -
XYZ 44.34 26.87 18.77 -
YUV 134.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 247 81 114 0 0.67 0.54 0.03 348.07 0.91 0.64
Hex F7 51 72 0 43 36 3 15C 5B 40
Octal 367 121 162 0 103 66 3 534 133 100
Binary 11110111 1010001 1110010 0 1000011 110110 11 101011100 1011011 1000000

Color Harmonies of #F75172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75172

Black with #F75172

Text Example


Text Example

White with #F75172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75172; }

 p { color: rgb(247,81,114); }

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

background-color css

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

 a { background-color: rgb(247,81,114); }

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

border-color css

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

 span { border-color: rgb(247,81,114); }

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