Html Css Color HEX #F25175 Wild Watermelon

📋 copy color: '#F25175'

red 242 ◦ green 81 ◦ blue 117

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

Shades of Wild Watermelon #F25175

Tints of Wild Watermelon #F25175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 55%
G = 18.41%
B = 26.59%

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

#F25175 (or 0xF25175) is known color: Wild Watermelon. HEX triplet: F2, 51 and 75. RGB value is (242,81,117). Sum of RGB (Red+Green+Blue) = 242+81+117=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F25175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25175 is #0DAE8A. Grayscale: #858585. Windows color (decimal): -896651 or 7688690. OLE color: 7688690.

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

Color convert

RGB 242 81 117 -
CMYK 0 0.67 0.52 0.05
HSL 346.58º 0.86% 0.63% -
HSV(B) 346.58º 0.67% 0.95% -
XYZ 42.77 26.05 19.6 -
YUV 133.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 242 81 117 0 0.67 0.52 0.05 346.58 0.86 0.63
Hex F2 51 75 0 43 34 5 15B 56 3F
Octal 362 121 165 0 103 64 5 533 126 77
Binary 11110010 1010001 1110101 0 1000011 110100 101 101011011 1010110 111111

Color Harmonies of #F25175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25175

Black with #F25175

Text Example


Text Example

White with #F25175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25175; }

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

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

background-color css

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

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

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

border-color css

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

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

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