Html Css Color HEX #F2486B Wild Watermelon

📋 copy color: '#F2486B'

red 242 ◦ green 72 ◦ blue 107

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

Shades of Wild Watermelon #F2486B

Tints of Wild Watermelon #F2486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.1%

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

R = 57.48%
G = 17.1%
B = 25.42%

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

#F2486B (or 0xF2486B) is known color: Wild Watermelon. HEX triplet: F2, 48 and 6B. RGB value is (242,72,107). Sum of RGB (Red+Green+Blue) = 242+72+107=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2486B is #0DB794. Grayscale: #7E7E7E. Windows color (decimal): -898965 or 7031026. OLE color: 7031026.

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

Color convert

RGB 242 72 107 -
CMYK 0 0.70 0.56 0.05
HSL 347.65º 0.87% 0.62% -
HSV(B) 347.65º 0.7% 0.95% -
XYZ 41.59 24.57 16.46 -
YUV 126.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 242 72 107 0 0.70 0.56 0.05 347.65 0.87 0.62
Hex F2 48 6B 0 46 38 5 15C 57 3E
Octal 362 110 153 0 106 70 5 534 127 76
Binary 11110010 1001000 1101011 0 1000110 111000 101 101011100 1010111 111110

Color Harmonies of #F2486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2486B

Black with #F2486B

Text Example


Text Example

White with #F2486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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