Html Css Color HEX #F94E68 Wild Watermelon

📋 copy color: '#F94E68'

red 249 ◦ green 78 ◦ blue 104

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

Shades of Wild Watermelon #F94E68

Tints of Wild Watermelon #F94E68

RGB

 RED value IS 249 (97.66% from 255) = 57.77%

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

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 57.77%
G = 18.1%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F94E68 (or 0xF94E68) is known color: Wild Watermelon. HEX triplet: F9, 4E and 68. RGB value is (249,78,104). Sum of RGB (Red+Green+Blue) = 249+78+104=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E68 is #06B197. Grayscale: #848484. Windows color (decimal): -438680 or 6835961. OLE color: 6835961.

HSL color Cylindrical-coordinate representation of color #F94E68: hue angle of 350.88º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94E68 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 78 104 -
CMYK 0 0.69 0.58 0.02
HSL 350.88º 0.93% 0.64% -
HSV(B) 350.88º 0.69% 0.98% -
XYZ 44.29 26.59 15.89 -
YUV 132.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 249 78 104 0 0.69 0.58 0.02 350.88 0.93 0.64
Hex F9 4E 68 0 45 3A 2 15F 5D 40
Octal 371 116 150 0 105 72 2 537 135 100
Binary 11111001 1001110 1101000 0 1000101 111010 10 101011111 1011101 1000000

Color Harmonies of #F94E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94E68

Black with #F94E68

Text Example


Text Example

White with #F94E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94E68; }

 p { color: rgb(249,78,104); }

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

background-color css

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

 a { background-color: rgb(249,78,104); }

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

border-color css

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

 span { border-color: rgb(249,78,104); }

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