Html Css Color HEX #F25070 Wild Watermelon

📋 copy color: '#F25070'

red 242 ◦ green 80 ◦ blue 112

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

Shades of Wild Watermelon #F25070

Tints of Wild Watermelon #F25070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.43%

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

R = 55.76%
G = 18.43%
B = 25.81%

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

#F25070 (or 0xF25070) is known color: Wild Watermelon. HEX triplet: F2, 50 and 70. RGB value is (242,80,112). Sum of RGB (Red+Green+Blue) = 242+80+112=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F25070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25070 is #0DAF8F. Grayscale: #848484. Windows color (decimal): -896912 or 7360754. OLE color: 7360754.

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

Color convert

RGB 242 80 112 -
CMYK 0 0.67 0.54 0.05
HSL 348.15º 0.86% 0.63% -
HSV(B) 348.15º 0.67% 0.95% -
XYZ 42.41 25.78 18.07 -
YUV 132.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 242 80 112 0 0.67 0.54 0.05 348.15 0.86 0.63
Hex F2 50 70 0 43 36 5 15C 56 3F
Octal 362 120 160 0 103 66 5 534 126 77
Binary 11110010 1010000 1110000 0 1000011 110110 101 101011100 1010110 111111

Color Harmonies of #F25070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25070

Black with #F25070

Text Example


Text Example

White with #F25070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25070; }

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

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

background-color css

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

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

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

border-color css

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

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

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