Html Css Color HEX #F94471 Wild Watermelon

📋 copy color: '#F94471'

red 249 ◦ green 68 ◦ blue 113

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

Shades of Wild Watermelon #F94471

Tints of Wild Watermelon #F94471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 57.91%
G = 15.81%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F94471 (or 0xF94471) is known color: Wild Watermelon. HEX triplet: F9, 44 and 71. RGB value is (249,68,113). Sum of RGB (Red+Green+Blue) = 249+68+113=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F94471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94471 is #06BB8E. Grayscale: #7F7F7F. Windows color (decimal): -441231 or 7423225. OLE color: 7423225.

HSL color Cylindrical-coordinate representation of color #F94471: hue angle of 345.08º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94471 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 68 113 -
CMYK 0 0.73 0.55 0.02
HSL 345.08º 0.94% 0.62% -
HSV(B) 345.08º 0.73% 0.98% -
XYZ 44.11 25.47 18.21 -
YUV 127.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 249 68 113 0 0.73 0.55 0.02 345.08 0.94 0.62
Hex F9 44 71 0 49 37 2 159 5E 3E
Octal 371 104 161 0 111 67 2 531 136 76
Binary 11111001 1000100 1110001 0 1001001 110111 10 101011001 1011110 111110

Color Harmonies of #F94471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94471

Black with #F94471

Text Example


Text Example

White with #F94471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94471; }

 p { color: rgb(249,68,113); }

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

background-color css

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

 a { background-color: rgb(249,68,113); }

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

border-color css

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

 span { border-color: rgb(249,68,113); }

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