Html Css Color HEX #F25865 Wild Watermelon

📋 copy color: '#F25865'

red 242 ◦ green 88 ◦ blue 101

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

Shades of Wild Watermelon #F25865

Tints of Wild Watermelon #F25865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.42%

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 56.15%
G = 20.42%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F25865 (or 0xF25865) is known color: Wild Watermelon. HEX triplet: F2, 58 and 65. RGB value is (242,88,101). Sum of RGB (Red+Green+Blue) = 242+88+101=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F25865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25865 is #0DA79A. Grayscale: #878787. Windows color (decimal): -894875 or 6641906. OLE color: 6641906.

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

Color convert

RGB 242 88 101 -
CMYK 0 0.64 0.58 0.05
HSL 354.94º 0.86% 0.65% -
HSV(B) 354.94º 0.64% 0.95% -
XYZ 42.46 26.8 15.25 -
YUV 135.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 242 88 101 0 0.64 0.58 0.05 354.94 0.86 0.65
Hex F2 58 65 0 40 3A 5 163 56 41
Octal 362 130 145 0 100 72 5 543 126 101
Binary 11110010 1011000 1100101 0 1000000 111010 101 101100011 1010110 1000001

Color Harmonies of #F25865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25865

Black with #F25865

Text Example


Text Example

White with #F25865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25865; }

 p { color: rgb(242,88,101); }

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

background-color css

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

 a { background-color: rgb(242,88,101); }

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

border-color css

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

 span { border-color: rgb(242,88,101); }

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