Html Css Color HEX #F16375 Wild Watermelon

📋 copy color: '#F16375'

red 241 ◦ green 99 ◦ blue 117

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

Shades of Wild Watermelon #F16375

Tints of Wild Watermelon #F16375

RGB

 RED value IS 241 (94.53% from 255) = 52.74%

 GREEN value IS 99 (39.06% from 255) = 21.66%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 52.74%
G = 21.66%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F16375 (or 0xF16375) is known color: Wild Watermelon. HEX triplet: F1, 63 and 75. RGB value is (241,99,117). Sum of RGB (Red+Green+Blue) = 241+99+117=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F16375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16375 is #0E9C8A. Grayscale: #8F8F8F. Windows color (decimal): -957579 or 7693297. OLE color: 7693297.

HSL color Cylindrical-coordinate representation of color #F16375: hue angle of 352.39º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16375 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 99 117 -
CMYK 0 0.59 0.51 0.05
HSL 352.39º 0.84% 0.67% -
HSV(B) 352.39º 0.59% 0.95% -
XYZ 43.95 28.91 20.09 -
YUV 143.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 241 99 117 0 0.59 0.51 0.05 352.39 0.84 0.67
Hex F1 63 75 0 3B 33 5 160 54 43
Octal 361 143 165 0 73 63 5 540 124 103
Binary 11110001 1100011 1110101 0 111011 110011 101 101100000 1010100 1000011

Color Harmonies of #F16375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16375

Black with #F16375

Text Example


Text Example

White with #F16375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16375; }

 p { color: rgb(241,99,117); }

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

background-color css

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

 a { background-color: rgb(241,99,117); }

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

border-color css

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

 span { border-color: rgb(241,99,117); }

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