Html Css Color HEX #F25864 Wild Watermelon

📋 copy color: '#F25864'

red 242 ◦ green 88 ◦ blue 100

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

Shades of Wild Watermelon #F25864

Tints of Wild Watermelon #F25864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.26%

R = 56.28%
G = 20.47%
B = 23.26%

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

#F25864 (or 0xF25864) is known color: Wild Watermelon. HEX triplet: F2, 58 and 64. RGB value is (242,88,100). Sum of RGB (Red+Green+Blue) = 242+88+100=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F25864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25864 is #0DA79B. Grayscale: #878787. Windows color (decimal): -894876 or 6576370. OLE color: 6576370.

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

Color convert

RGB 242 88 100 -
CMYK 0 0.64 0.59 0.05
HSL 355.32º 0.86% 0.65% -
HSV(B) 355.32º 0.64% 0.95% -
XYZ 42.41 26.78 14.99 -
YUV 135.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 242 88 100 0 0.64 0.59 0.05 355.32 0.86 0.65
Hex F2 58 64 0 40 3B 5 163 56 41
Octal 362 130 144 0 100 73 5 543 126 101
Binary 11110010 1011000 1100100 0 1000000 111011 101 101100011 1010110 1000001

Color Harmonies of #F25864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25864

Black with #F25864

Text Example


Text Example

White with #F25864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25864; }

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

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

background-color css

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

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

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

border-color css

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

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

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