Html Css Color HEX #F94C77 Wild Watermelon

📋 copy color: '#F94C77'

red 249 ◦ green 76 ◦ blue 119

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

Shades of Wild Watermelon #F94C77

Tints of Wild Watermelon #F94C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 56.08%
G = 17.12%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F94C77 (or 0xF94C77) is known color: Wild Watermelon. HEX triplet: F9, 4C and 77. RGB value is (249,76,119). Sum of RGB (Red+Green+Blue) = 249+76+119=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C77 is #06B388. Grayscale: #848484. Windows color (decimal): -439177 or 7818489. OLE color: 7818489.

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

Color convert

RGB 249 76 119 -
CMYK 0 0.69 0.52 0.02
HSL 345.09º 0.94% 0.64% -
HSV(B) 345.09º 0.69% 0.98% -
XYZ 44.98 26.64 20.22 -
YUV 132.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 249 76 119 0 0.69 0.52 0.02 345.09 0.94 0.64
Hex F9 4C 77 0 45 34 2 159 5E 40
Octal 371 114 167 0 105 64 2 531 136 100
Binary 11111001 1001100 1110111 0 1000101 110100 10 101011001 1011110 1000000

Color Harmonies of #F94C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C77

Black with #F94C77

Text Example


Text Example

White with #F94C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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