Html Css Color HEX #F94D68 Wild Watermelon

📋 copy color: '#F94D68'

red 249 ◦ green 77 ◦ blue 104

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

Shades of Wild Watermelon #F94D68

Tints of Wild Watermelon #F94D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

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

R = 57.91%
G = 17.91%
B = 24.19%

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

#F94D68 (or 0xF94D68) is known color: Wild Watermelon. HEX triplet: F9, 4D and 68. RGB value is (249,77,104). Sum of RGB (Red+Green+Blue) = 249+77+104=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D68 is #06B297. Grayscale: #838383. Windows color (decimal): -438936 or 6835705. OLE color: 6835705.

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

Color convert

RGB 249 77 104 -
CMYK 0 0.69 0.58 0.02
HSL 350.58º 0.93% 0.64% -
HSV(B) 350.58º 0.69% 0.98% -
XYZ 44.22 26.45 15.87 -
YUV 131.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 249 77 104 0 0.69 0.58 0.02 350.58 0.93 0.64
Hex F9 4D 68 0 45 3A 2 15F 5D 40
Octal 371 115 150 0 105 72 2 537 135 100
Binary 11111001 1001101 1101000 0 1000101 111010 10 101011111 1011101 1000000

Color Harmonies of #F94D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D68

Black with #F94D68

Text Example


Text Example

White with #F94D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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