Html Css Color HEX #F25170 Wild Watermelon

📋 copy color: '#F25170'

red 242 ◦ green 81 ◦ blue 112

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

Shades of Wild Watermelon #F25170

Tints of Wild Watermelon #F25170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 55.63%
G = 18.62%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F25170 (or 0xF25170) is known color: Wild Watermelon. HEX triplet: F2, 51 and 70. RGB value is (242,81,112). Sum of RGB (Red+Green+Blue) = 242+81+112=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F25170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25170 is #0DAE8F. Grayscale: #848484. Windows color (decimal): -896656 or 7361010. OLE color: 7361010.

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

Color convert

RGB 242 81 112 -
CMYK 0 0.67 0.54 0.05
HSL 348.45º 0.86% 0.63% -
HSV(B) 348.45º 0.67% 0.95% -
XYZ 42.49 25.93 18.1 -
YUV 132.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 242 81 112 0 0.67 0.54 0.05 348.45 0.86 0.63
Hex F2 51 70 0 43 36 5 15C 56 3F
Octal 362 121 160 0 103 66 5 534 126 77
Binary 11110010 1010001 1110000 0 1000011 110110 101 101011100 1010110 111111

Color Harmonies of #F25170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25170

Black with #F25170

Text Example


Text Example

White with #F25170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25170; }

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

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

background-color css

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

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

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

border-color css

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

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

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