Html Css Color HEX #F25679 Wild Watermelon

📋 copy color: '#F25679'

red 242 ◦ green 86 ◦ blue 121

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

Shades of Wild Watermelon #F25679

Tints of Wild Watermelon #F25679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

 BLUE value IS 121 (47.66% from 255) = 26.95%

R = 53.9%
G = 19.15%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F25679 (or 0xF25679) is known color: Wild Watermelon. HEX triplet: F2, 56 and 79. RGB value is (242,86,121). Sum of RGB (Red+Green+Blue) = 242+86+121=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F25679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25679 is #0DA986. Grayscale: #888888. Windows color (decimal): -895367 or 7952114. OLE color: 7952114.

HSL color Cylindrical-coordinate representation of color #F25679: hue angle of 346.54º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25679 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 121 -
CMYK 0 0.64 0.50 0.05
HSL 346.54º 0.86% 0.64% -
HSV(B) 346.54º 0.64% 0.95% -
XYZ 43.4 26.91 21 -
YUV 136.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 242 86 121 0 0.64 0.50 0.05 346.54 0.86 0.64
Hex F2 56 79 0 40 32 5 15B 56 40
Octal 362 126 171 0 100 62 5 533 126 100
Binary 11110010 1010110 1111001 0 1000000 110010 101 101011011 1010110 1000000

Color Harmonies of #F25679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25679

Black with #F25679

Text Example


Text Example

White with #F25679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25679; }

 p { color: rgb(242,86,121); }

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

background-color css

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

 a { background-color: rgb(242,86,121); }

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

border-color css

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

 span { border-color: rgb(242,86,121); }

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