Html Css Color HEX #F25173 Wild Watermelon

📋 copy color: '#F25173'

red 242 ◦ green 81 ◦ blue 115

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

Shades of Wild Watermelon #F25173

Tints of Wild Watermelon #F25173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 55.25%
G = 18.49%
B = 26.26%

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

#F25173 (or 0xF25173) is known color: Wild Watermelon. HEX triplet: F2, 51 and 73. RGB value is (242,81,115). Sum of RGB (Red+Green+Blue) = 242+81+115=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F25173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25173 is #0DAE8C. Grayscale: #858585. Windows color (decimal): -896653 or 7557618. OLE color: 7557618.

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

Color convert

RGB 242 81 115 -
CMYK 0 0.67 0.52 0.05
HSL 347.33º 0.86% 0.63% -
HSV(B) 347.33º 0.67% 0.95% -
XYZ 42.65 26 18.99 -
YUV 133.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 242 81 115 0 0.67 0.52 0.05 347.33 0.86 0.63
Hex F2 51 73 0 43 34 5 15B 56 3F
Octal 362 121 163 0 103 64 5 533 126 77
Binary 11110010 1010001 1110011 0 1000011 110100 101 101011011 1010110 111111

Color Harmonies of #F25173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25173

Black with #F25173

Text Example


Text Example

White with #F25173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25173; }

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

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

background-color css

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

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

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

border-color css

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

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

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