Html Css Color HEX #F94570 Wild Watermelon

📋 copy color: '#F94570'

red 249 ◦ green 69 ◦ blue 112

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

Shades of Wild Watermelon #F94570

Tints of Wild Watermelon #F94570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.05%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 57.91%
G = 16.05%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F94570 (or 0xF94570) is known color: Wild Watermelon. HEX triplet: F9, 45 and 70. RGB value is (249,69,112). Sum of RGB (Red+Green+Blue) = 249+69+112=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F94570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94570 is #06BA8F. Grayscale: #7F7F7F. Windows color (decimal): -440976 or 7357945. OLE color: 7357945.

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

Color convert

RGB 249 69 112 -
CMYK 0 0.72 0.55 0.02
HSL 345.67º 0.94% 0.62% -
HSV(B) 345.67º 0.72% 0.98% -
XYZ 44.12 25.57 17.94 -
YUV 127.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 249 69 112 0 0.72 0.55 0.02 345.67 0.94 0.62
Hex F9 45 70 0 48 37 2 15A 5E 3E
Octal 371 105 160 0 110 67 2 532 136 76
Binary 11111001 1000101 1110000 0 1001000 110111 10 101011010 1011110 111110

Color Harmonies of #F94570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94570

Black with #F94570

Text Example


Text Example

White with #F94570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94570; }

 p { color: rgb(249,69,112); }

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

background-color css

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

 a { background-color: rgb(249,69,112); }

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

border-color css

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

 span { border-color: rgb(249,69,112); }

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