Html Css Color HEX #F94E6A Wild Watermelon

📋 copy color: '#F94E6A'

red 249 ◦ green 78 ◦ blue 106

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

Shades of Wild Watermelon #F94E6A

Tints of Wild Watermelon #F94E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.48%

R = 57.51%
G = 18.01%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F94E6A (or 0xF94E6A) is known color: Wild Watermelon. HEX triplet: F9, 4E and 6A. RGB value is (249,78,106). Sum of RGB (Red+Green+Blue) = 249+78+106=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E6A is #06B195. Grayscale: #848484. Windows color (decimal): -438678 or 6967033. OLE color: 6967033.

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

Color convert

RGB 249 78 106 -
CMYK 0 0.69 0.57 0.02
HSL 350.18º 0.93% 0.64% -
HSV(B) 350.18º 0.69% 0.98% -
XYZ 44.39 26.63 16.44 -
YUV 132.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 249 78 106 0 0.69 0.57 0.02 350.18 0.93 0.64
Hex F9 4E 6A 0 45 39 2 15E 5D 40
Octal 371 116 152 0 105 71 2 536 135 100
Binary 11111001 1001110 1101010 0 1000101 111001 10 101011110 1011101 1000000

Color Harmonies of #F94E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94E6A

Black with #F94E6A

Text Example


Text Example

White with #F94E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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