Html Css Color HEX #F25174 Wild Watermelon

📋 copy color: '#F25174'

red 242 ◦ green 81 ◦ blue 116

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

Shades of Wild Watermelon #F25174

Tints of Wild Watermelon #F25174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.42%

R = 55.13%
G = 18.45%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F25174 (or 0xF25174) is known color: Wild Watermelon. HEX triplet: F2, 51 and 74. RGB value is (242,81,116). Sum of RGB (Red+Green+Blue) = 242+81+116=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F25174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25174 is #0DAE8B. Grayscale: #858585. Windows color (decimal): -896652 or 7623154. OLE color: 7623154.

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

Color convert

RGB 242 81 116 -
CMYK 0 0.67 0.52 0.05
HSL 346.96º 0.86% 0.63% -
HSV(B) 346.96º 0.67% 0.95% -
XYZ 42.71 26.02 19.29 -
YUV 133.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 242 81 116 0 0.67 0.52 0.05 346.96 0.86 0.63
Hex F2 51 74 0 43 34 5 15B 56 3F
Octal 362 121 164 0 103 64 5 533 126 77
Binary 11110010 1010001 1110100 0 1000011 110100 101 101011011 1010110 111111

Color Harmonies of #F25174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25174

Black with #F25174

Text Example


Text Example

White with #F25174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25174; }

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

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

background-color css

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

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

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

border-color css

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

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

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