Html Css Color HEX #F16374 Wild Watermelon

📋 copy color: '#F16374'

red 241 ◦ green 99 ◦ blue 116

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

Shades of Wild Watermelon #F16374

Tints of Wild Watermelon #F16374

RGB

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

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

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

R = 52.85%
G = 21.71%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F16374 (or 0xF16374) is known color: Wild Watermelon. HEX triplet: F1, 63 and 74. RGB value is (241,99,116). Sum of RGB (Red+Green+Blue) = 241+99+116=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F16374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16374 is #0E9C8B. Grayscale: #8F8F8F. Windows color (decimal): -957580 or 7627761. OLE color: 7627761.

HSL color Cylindrical-coordinate representation of color #F16374: hue angle of 352.82º 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 #F16374 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 99 116 -
CMYK 0 0.59 0.52 0.05
HSL 352.82º 0.84% 0.67% -
HSV(B) 352.82º 0.59% 0.95% -
XYZ 43.89 28.89 19.79 -
YUV 143.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 241 99 116 0 0.59 0.52 0.05 352.82 0.84 0.67
Hex F1 63 74 0 3B 34 5 161 54 43
Octal 361 143 164 0 73 64 5 541 124 103
Binary 11110001 1100011 1110100 0 111011 110100 101 101100001 1010100 1000011

Color Harmonies of #F16374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16374

Black with #F16374

Text Example


Text Example

White with #F16374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16374; }

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

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

background-color css

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

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

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

border-color css

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

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

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