Html Css Color HEX #F14C65 Wild Watermelon

📋 copy color: '#F14C65'

red 241 ◦ green 76 ◦ blue 101

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

Shades of Wild Watermelon #F14C65

Tints of Wild Watermelon #F14C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.18%

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

R = 57.66%
G = 18.18%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F14C65 (or 0xF14C65) is known color: Wild Watermelon. HEX triplet: F1, 4C and 65. RGB value is (241,76,101). Sum of RGB (Red+Green+Blue) = 241+76+101=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C65 is #0EB39A. Grayscale: #808080. Windows color (decimal): -963483 or 6638833. OLE color: 6638833.

HSL color Cylindrical-coordinate representation of color #F14C65: hue angle of 350.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14C65 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 76 101 -
CMYK 0 0.68 0.58 0.05
HSL 350.91º 0.85% 0.62% -
HSV(B) 350.91º 0.68% 0.95% -
XYZ 41.21 24.81 14.93 -
YUV 128.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 241 76 101 0 0.68 0.58 0.05 350.91 0.85 0.62
Hex F1 4C 65 0 44 3A 5 15F 55 3E
Octal 361 114 145 0 104 72 5 537 125 76
Binary 11110001 1001100 1100101 0 1000100 111010 101 101011111 1010101 111110

Color Harmonies of #F14C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C65

Black with #F14C65

Text Example


Text Example

White with #F14C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C65; }

 p { color: rgb(241,76,101); }

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

background-color css

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

 a { background-color: rgb(241,76,101); }

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

border-color css

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

 span { border-color: rgb(241,76,101); }

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