Html Css Color HEX #F94C68 Wild Watermelon

📋 copy color: '#F94C68'

red 249 ◦ green 76 ◦ blue 104

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

Shades of Wild Watermelon #F94C68

Tints of Wild Watermelon #F94C68

RGB

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

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

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

R = 58.04%
G = 17.72%
B = 24.24%

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

#F94C68 (or 0xF94C68) is known color: Wild Watermelon. HEX triplet: F9, 4C and 68. RGB value is (249,76,104). Sum of RGB (Red+Green+Blue) = 249+76+104=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C68 is #06B397. Grayscale: #828282. Windows color (decimal): -439192 or 6835449. OLE color: 6835449.

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

Color convert

RGB 249 76 104 -
CMYK 0 0.69 0.58 0.02
HSL 350.29º 0.94% 0.64% -
HSV(B) 350.29º 0.69% 0.98% -
XYZ 44.15 26.31 15.85 -
YUV 130.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 249 76 104 0 0.69 0.58 0.02 350.29 0.94 0.64
Hex F9 4C 68 0 45 3A 2 15E 5E 40
Octal 371 114 150 0 105 72 2 536 136 100
Binary 11111001 1001100 1101000 0 1000101 111010 10 101011110 1011110 1000000

Color Harmonies of #F94C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C68

Black with #F94C68

Text Example


Text Example

White with #F94C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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