Html Css Color HEX #F25870 Wild Watermelon

📋 copy color: '#F25870'

red 242 ◦ green 88 ◦ blue 112

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

Shades of Wild Watermelon #F25870

Tints of Wild Watermelon #F25870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 54.75%
G = 19.91%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F25870 (or 0xF25870) is known color: Wild Watermelon. HEX triplet: F2, 58 and 70. RGB value is (242,88,112). Sum of RGB (Red+Green+Blue) = 242+88+112=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F25870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25870 is #0DA78F. Grayscale: #888888. Windows color (decimal): -894864 or 7362802. OLE color: 7362802.

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

Color convert

RGB 242 88 112 -
CMYK 0 0.64 0.54 0.05
HSL 350.65º 0.86% 0.65% -
HSV(B) 350.65º 0.64% 0.95% -
XYZ 43.03 27.03 18.28 -
YUV 136.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 242 88 112 0 0.64 0.54 0.05 350.65 0.86 0.65
Hex F2 58 70 0 40 36 5 15F 56 41
Octal 362 130 160 0 100 66 5 537 126 101
Binary 11110010 1011000 1110000 0 1000000 110110 101 101011111 1010110 1000001

Color Harmonies of #F25870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25870

Black with #F25870

Text Example


Text Example

White with #F25870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25870; }

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

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

background-color css

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

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

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

border-color css

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

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

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