Html Css Color HEX #F25663 Wild Watermelon

📋 copy color: '#F25663'

red 242 ◦ green 86 ◦ blue 99

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

Shades of Wild Watermelon #F25663

Tints of Wild Watermelon #F25663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.19%

R = 56.67%
G = 20.14%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F25663 (or 0xF25663) is known color: Wild Watermelon. HEX triplet: F2, 56 and 63. RGB value is (242,86,99). Sum of RGB (Red+Green+Blue) = 242+86+99=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F25663 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25663 is #0DA99C. Grayscale: #868686. Windows color (decimal): -895389 or 6510322. OLE color: 6510322.

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

Color convert

RGB 242 86 99 -
CMYK 0 0.64 0.59 0.05
HSL 355º 0.86% 0.64% -
HSV(B) 355º 0.64% 0.95% -
XYZ 42.2 26.43 14.68 -
YUV 134.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 242 86 99 0 0.64 0.59 0.05 355 0.86 0.64
Hex F2 56 63 0 40 3B 5 163 56 40
Octal 362 126 143 0 100 73 5 543 126 100
Binary 11110010 1010110 1100011 0 1000000 111011 101 101100011 1010110 1000000

Color Harmonies of #F25663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25663

Black with #F25663

Text Example


Text Example

White with #F25663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25663; }

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

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

background-color css

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

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

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

border-color css

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

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

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