Html Css Color HEX #F75365 Wild Watermelon

📋 copy color: '#F75365'

red 247 ◦ green 83 ◦ blue 101

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

Shades of Wild Watermelon #F75365

Tints of Wild Watermelon #F75365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 57.31%
G = 19.26%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F75365 (or 0xF75365) is known color: Wild Watermelon. HEX triplet: F7, 53 and 65. RGB value is (247,83,101). Sum of RGB (Red+Green+Blue) = 247+83+101=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F75365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75365 is #08AC9A. Grayscale: #868686. Windows color (decimal): -568475 or 6640631. OLE color: 6640631.

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

Color convert

RGB 247 83 101 -
CMYK 0 0.66 0.59 0.03
HSL 353.41º 0.91% 0.65% -
HSV(B) 353.41º 0.66% 0.97% -
XYZ 43.8 26.9 15.2 -
YUV 134.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 247 83 101 0 0.66 0.59 0.03 353.41 0.91 0.65
Hex F7 53 65 0 42 3B 3 161 5B 41
Octal 367 123 145 0 102 73 3 541 133 101
Binary 11110111 1010011 1100101 0 1000010 111011 11 101100001 1011011 1000001

Color Harmonies of #F75365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75365

Black with #F75365

Text Example


Text Example

White with #F75365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75365; }

 p { color: rgb(247,83,101); }

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

background-color css

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

 a { background-color: rgb(247,83,101); }

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

border-color css

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

 span { border-color: rgb(247,83,101); }

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