Html Css Color HEX #F16274 Wild Watermelon

📋 copy color: '#F16274'

red 241 ◦ green 98 ◦ blue 116

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

Shades of Wild Watermelon #F16274

Tints of Wild Watermelon #F16274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.54%

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

R = 52.97%
G = 21.54%
B = 25.49%

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

#F16274 (or 0xF16274) is known color: Wild Watermelon. HEX triplet: F1, 62 and 74. RGB value is (241,98,116). Sum of RGB (Red+Green+Blue) = 241+98+116=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F16274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16274 is #0E9D8B. Grayscale: #8E8E8E. Windows color (decimal): -957836 or 7627505. OLE color: 7627505.

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

Color convert

RGB 241 98 116 -
CMYK 0 0.59 0.52 0.05
HSL 352.45º 0.84% 0.66% -
HSV(B) 352.45º 0.59% 0.95% -
XYZ 43.8 28.7 19.75 -
YUV 142.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 241 98 116 0 0.59 0.52 0.05 352.45 0.84 0.66
Hex F1 62 74 0 3B 34 5 160 54 42
Octal 361 142 164 0 73 64 5 540 124 102
Binary 11110001 1100010 1110100 0 111011 110100 101 101100000 1010100 1000010

Color Harmonies of #F16274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16274

Black with #F16274

Text Example


Text Example

White with #F16274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16274; }

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

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

background-color css

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

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

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

border-color css

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

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

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