Html Css Color HEX #F25660 Wild Watermelon

📋 copy color: '#F25660'

red 242 ◦ green 86 ◦ blue 96

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

Shades of Wild Watermelon #F25660

Tints of Wild Watermelon #F25660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.64%

R = 57.08%
G = 20.28%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F25660 (or 0xF25660) is known color: Wild Watermelon. HEX triplet: F2, 56 and 60. RGB value is (242,86,96). Sum of RGB (Red+Green+Blue) = 242+86+96=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F25660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25660 is #0DA99F. Grayscale: #858585. Windows color (decimal): -895392 or 6313714. OLE color: 6313714.

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

Color convert

RGB 242 86 96 -
CMYK 0 0.64 0.60 0.05
HSL 356.15º 0.86% 0.64% -
HSV(B) 356.15º 0.64% 0.95% -
XYZ 42.06 26.38 13.94 -
YUV 133.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 242 86 96 0 0.64 0.60 0.05 356.15 0.86 0.64
Hex F2 56 60 0 40 3C 5 164 56 40
Octal 362 126 140 0 100 74 5 544 126 100
Binary 11110010 1010110 1100000 0 1000000 111100 101 101100100 1010110 1000000

Color Harmonies of #F25660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25660

Black with #F25660

Text Example


Text Example

White with #F25660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25660; }

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

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

background-color css

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

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

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

border-color css

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

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

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