Html Css Color HEX #F16073 Wild Watermelon

📋 copy color: '#F16073'

red 241 ◦ green 96 ◦ blue 115

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

Shades of Wild Watermelon #F16073

Tints of Wild Watermelon #F16073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.24%

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 53.32%
G = 21.24%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F16073 (or 0xF16073) is known color: Wild Watermelon. HEX triplet: F1, 60 and 73. RGB value is (241,96,115). Sum of RGB (Red+Green+Blue) = 241+96+115=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F16073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16073 is #0E9F8C. Grayscale: #8D8D8D. Windows color (decimal): -958349 or 7561457. OLE color: 7561457.

HSL color Cylindrical-coordinate representation of color #F16073: hue angle of 352.14º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16073 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 115 -
CMYK 0 0.60 0.52 0.05
HSL 352.14º 0.84% 0.66% -
HSV(B) 352.14º 0.6% 0.95% -
XYZ 43.55 28.3 19.39 -
YUV 141.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 241 96 115 0 0.60 0.52 0.05 352.14 0.84 0.66
Hex F1 60 73 0 3C 34 5 160 54 42
Octal 361 140 163 0 74 64 5 540 124 102
Binary 11110001 1100000 1110011 0 111100 110100 101 101100000 1010100 1000010

Color Harmonies of #F16073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16073

Black with #F16073

Text Example


Text Example

White with #F16073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16073; }

 p { color: rgb(241,96,115); }

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

background-color css

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

 a { background-color: rgb(241,96,115); }

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

border-color css

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

 span { border-color: rgb(241,96,115); }

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