Html Css Color HEX #F25463 Wild Watermelon

📋 copy color: '#F25463'

red 242 ◦ green 84 ◦ blue 99

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

Shades of Wild Watermelon #F25463

Tints of Wild Watermelon #F25463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.76%

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

R = 56.94%
G = 19.76%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F25463 (or 0xF25463) is known color: Wild Watermelon. HEX triplet: F2, 54 and 63. RGB value is (242,84,99). Sum of RGB (Red+Green+Blue) = 242+84+99=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F25463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25463 is #0DAB9C. Grayscale: #858585. Windows color (decimal): -895901 or 6509810. OLE color: 6509810.

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

Color convert

RGB 242 84 99 -
CMYK 0 0.65 0.59 0.05
HSL 354.3º 0.86% 0.64% -
HSV(B) 354.3º 0.65% 0.95% -
XYZ 42.04 26.12 14.63 -
YUV 132.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 242 84 99 0 0.65 0.59 0.05 354.3 0.86 0.64
Hex F2 54 63 0 41 3B 5 162 56 40
Octal 362 124 143 0 101 73 5 542 126 100
Binary 11110010 1010100 1100011 0 1000001 111011 101 101100010 1010110 1000000

Color Harmonies of #F25463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25463

Black with #F25463

Text Example


Text Example

White with #F25463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25463; }

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

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

background-color css

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

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

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

border-color css

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

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

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