Html Css Color HEX #F2496C Wild Watermelon

📋 copy color: '#F2496C'

red 242 ◦ green 73 ◦ blue 108

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

Shades of Wild Watermelon #F2496C

Tints of Wild Watermelon #F2496C

RGB

 RED value IS 242 (94.92% from 255) = 57.21%

 GREEN value IS 73 (28.91% from 255) = 17.26%

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 57.21%
G = 17.26%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2496C (or 0xF2496C) is known color: Wild Watermelon. HEX triplet: F2, 49 and 6C. RGB value is (242,73,108). Sum of RGB (Red+Green+Blue) = 242+73+108=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2496C is #0DB693. Grayscale: #7F7F7F. Windows color (decimal): -898708 or 7096818. OLE color: 7096818.

HSL color Cylindrical-coordinate representation of color #F2496C: hue angle of 347.57º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2496C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 108 -
CMYK 0 0.70 0.55 0.05
HSL 347.57º 0.87% 0.62% -
HSV(B) 347.57º 0.7% 0.95% -
XYZ 41.71 24.73 16.76 -
YUV 127.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 242 73 108 0 0.70 0.55 0.05 347.57 0.87 0.62
Hex F2 49 6C 0 46 37 5 15C 57 3E
Octal 362 111 154 0 106 67 5 534 127 76
Binary 11110010 1001001 1101100 0 1000110 110111 101 101011100 1010111 111110

Color Harmonies of #F2496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2496C

Black with #F2496C

Text Example


Text Example

White with #F2496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2496C; }

 p { color: rgb(242,73,108); }

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

background-color css

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

 a { background-color: rgb(242,73,108); }

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

border-color css

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

 span { border-color: rgb(242,73,108); }

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