Html Css Color HEX #F94A68 Wild Watermelon

📋 copy color: '#F94A68'

red 249 ◦ green 74 ◦ blue 104

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

Shades of Wild Watermelon #F94A68

Tints of Wild Watermelon #F94A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.33%

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

R = 58.31%
G = 17.33%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F94A68 (or 0xF94A68) is known color: Wild Watermelon. HEX triplet: F9, 4A and 68. RGB value is (249,74,104). Sum of RGB (Red+Green+Blue) = 249+74+104=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A68 is #06B597. Grayscale: #818181. Windows color (decimal): -439704 or 6834937. OLE color: 6834937.

HSL color Cylindrical-coordinate representation of color #F94A68: hue angle of 349.71º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A68 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 74 104 -
CMYK 0 0.70 0.58 0.02
HSL 349.71º 0.94% 0.63% -
HSV(B) 349.71º 0.7% 0.98% -
XYZ 44.01 26.04 15.8 -
YUV 129.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 249 74 104 0 0.70 0.58 0.02 349.71 0.94 0.63
Hex F9 4A 68 0 46 3A 2 15E 5E 3F
Octal 371 112 150 0 106 72 2 536 136 77
Binary 11111001 1001010 1101000 0 1000110 111010 10 101011110 1011110 111111

Color Harmonies of #F94A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A68

Black with #F94A68

Text Example


Text Example

White with #F94A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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