Html Css Color HEX #F94F7D Wild Watermelon

📋 copy color: '#F94F7D'

red 249 ◦ green 79 ◦ blue 125

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

Shades of Wild Watermelon #F94F7D

Tints of Wild Watermelon #F94F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.44%

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 54.97%
G = 17.44%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F94F7D (or 0xF94F7D) is known color: Wild Watermelon. HEX triplet: F9, 4F and 7D. RGB value is (249,79,125). Sum of RGB (Red+Green+Blue) = 249+79+125=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94F7D is #06B082. Grayscale: #878787. Windows color (decimal): -438403 or 8212473. OLE color: 8212473.

HSL color Cylindrical-coordinate representation of color #F94F7D: hue angle of 343.76º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F94F7D is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 79 125 -
CMYK 0 0.68 0.50 0.02
HSL 343.76º 0.93% 0.64% -
HSV(B) 343.76º 0.68% 0.98% -
XYZ 45.56 27.21 22.25 -
YUV 135.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 249 79 125 0 0.68 0.50 0.02 343.76 0.93 0.64
Hex F9 4F 7D 0 44 32 2 158 5D 40
Octal 371 117 175 0 104 62 2 530 135 100
Binary 11111001 1001111 1111101 0 1000100 110010 10 101011000 1011101 1000000

Color Harmonies of #F94F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F7D

Black with #F94F7D

Text Example


Text Example

White with #F94F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F7D; }

 p { color: rgb(249,79,125); }

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

background-color css

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

 a { background-color: rgb(249,79,125); }

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

border-color css

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

 span { border-color: rgb(249,79,125); }

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