Html Css Color HEX #F14E65 Wild Watermelon

📋 copy color: '#F14E65'

red 241 ◦ green 78 ◦ blue 101

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

Shades of Wild Watermelon #F14E65

Tints of Wild Watermelon #F14E65

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.57%

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

R = 57.38%
G = 18.57%
B = 24.05%

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

#F14E65 (or 0xF14E65) is known color: Wild Watermelon. HEX triplet: F1, 4E and 65. RGB value is (241,78,101). Sum of RGB (Red+Green+Blue) = 241+78+101=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E65 is #0EB19A. Grayscale: #818181. Windows color (decimal): -962971 or 6639345. OLE color: 6639345.

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

Color convert

RGB 241 78 101 -
CMYK 0 0.68 0.58 0.05
HSL 351.53º 0.85% 0.63% -
HSV(B) 351.53º 0.68% 0.95% -
XYZ 41.35 25.09 14.98 -
YUV 129.36 112 207.63 -
System Red Green Blue C M Y K H S L
Decimal 241 78 101 0 0.68 0.58 0.05 351.53 0.85 0.63
Hex F1 4E 65 0 44 3A 5 160 55 3F
Octal 361 116 145 0 104 72 5 540 125 77
Binary 11110001 1001110 1100101 0 1000100 111010 101 101100000 1010101 111111

Color Harmonies of #F14E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E65

Black with #F14E65

Text Example


Text Example

White with #F14E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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