Html Css Color HEX #F94E7C Wild Watermelon

📋 copy color: '#F94E7C'

red 249 ◦ green 78 ◦ blue 124

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

Shades of Wild Watermelon #F94E7C

Tints of Wild Watermelon #F94E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 55.21%
G = 17.29%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F94E7C (or 0xF94E7C) is known color: Wild Watermelon. HEX triplet: F9, 4E and 7C. RGB value is (249,78,124). Sum of RGB (Red+Green+Blue) = 249+78+124=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E7C is #06B183. Grayscale: #868686. Windows color (decimal): -438660 or 8146681. OLE color: 8146681.

HSL color Cylindrical-coordinate representation of color #F94E7C: hue angle of 343.86º 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 #F94E7C is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 78 124 -
CMYK 0 0.69 0.50 0.02
HSL 343.86º 0.93% 0.64% -
HSV(B) 343.86º 0.69% 0.98% -
XYZ 45.43 27.04 21.89 -
YUV 134.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 249 78 124 0 0.69 0.50 0.02 343.86 0.93 0.64
Hex F9 4E 7C 0 45 32 2 158 5D 40
Octal 371 116 174 0 105 62 2 530 135 100
Binary 11111001 1001110 1111100 0 1000101 110010 10 101011000 1011101 1000000

Color Harmonies of #F94E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94E7C

Black with #F94E7C

Text Example


Text Example

White with #F94E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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