Html Css Color HEX #F2496B Wild Watermelon

📋 copy color: '#F2496B'

red 242 ◦ green 73 ◦ blue 107

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

Shades of Wild Watermelon #F2496B

Tints of Wild Watermelon #F2496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.36%

R = 57.35%
G = 17.3%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2496B (or 0xF2496B) is known color: Wild Watermelon. HEX triplet: F2, 49 and 6B. RGB value is (242,73,107). Sum of RGB (Red+Green+Blue) = 242+73+107=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2496B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2496B is #0DB694. Grayscale: #7F7F7F. Windows color (decimal): -898709 or 7031282. OLE color: 7031282.

HSL color Cylindrical-coordinate representation of color #F2496B: hue angle of 347.93º 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 #F2496B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 107 -
CMYK 0 0.70 0.56 0.05
HSL 347.93º 0.87% 0.62% -
HSV(B) 347.93º 0.7% 0.95% -
XYZ 41.65 24.7 16.48 -
YUV 127.41 116.49 209.74 -
System Red Green Blue C M Y K H S L
Decimal 242 73 107 0 0.70 0.56 0.05 347.93 0.87 0.62
Hex F2 49 6B 0 46 38 5 15C 57 3E
Octal 362 111 153 0 106 70 5 534 127 76
Binary 11110010 1001001 1101011 0 1000110 111000 101 101011100 1010111 111110

Color Harmonies of #F2496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2496B

Black with #F2496B

Text Example


Text Example

White with #F2496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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