Html Css Color HEX #F25075 Wild Watermelon

📋 copy color: '#F25075'

red 242 ◦ green 80 ◦ blue 117

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

Shades of Wild Watermelon #F25075

Tints of Wild Watermelon #F25075

RGB

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

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

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

R = 55.13%
G = 18.22%
B = 26.65%

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

#F25075 (or 0xF25075) is known color: Wild Watermelon. HEX triplet: F2, 50 and 75. RGB value is (242,80,117). Sum of RGB (Red+Green+Blue) = 242+80+117=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F25075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25075 is #0DAF8A. Grayscale: #848484. Windows color (decimal): -896907 or 7688434. OLE color: 7688434.

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

Color convert

RGB 242 80 117 -
CMYK 0 0.67 0.52 0.05
HSL 346.3º 0.86% 0.63% -
HSV(B) 346.3º 0.67% 0.95% -
XYZ 42.7 25.9 19.58 -
YUV 132.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 242 80 117 0 0.67 0.52 0.05 346.3 0.86 0.63
Hex F2 50 75 0 43 34 5 15A 56 3F
Octal 362 120 165 0 103 64 5 532 126 77
Binary 11110010 1010000 1110101 0 1000011 110100 101 101011010 1010110 111111

Color Harmonies of #F25075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25075

Black with #F25075

Text Example


Text Example

White with #F25075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25075; }

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

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

background-color css

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

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

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

border-color css

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

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

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