Html Css Color HEX #F26075 Wild Watermelon

📋 copy color: '#F26075'

red 242 ◦ green 96 ◦ blue 117

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

Shades of Wild Watermelon #F26075

Tints of Wild Watermelon #F26075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.1%

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

R = 53.19%
G = 21.1%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F26075 (or 0xF26075) is known color: Wild Watermelon. HEX triplet: F2, 60 and 75. RGB value is (242,96,117). Sum of RGB (Red+Green+Blue) = 242+96+117=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F26075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26075 is #0D9F8A. Grayscale: #8E8E8E. Windows color (decimal): -892811 or 7692530. OLE color: 7692530.

HSL color Cylindrical-coordinate representation of color #F26075: hue angle of 351.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26075 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 117 -
CMYK 0 0.60 0.52 0.05
HSL 351.37º 0.85% 0.66% -
HSV(B) 351.37º 0.6% 0.95% -
XYZ 44.01 28.53 20.02 -
YUV 142.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 242 96 117 0 0.60 0.52 0.05 351.37 0.85 0.66
Hex F2 60 75 0 3C 34 5 15F 55 42
Octal 362 140 165 0 74 64 5 537 125 102
Binary 11110010 1100000 1110101 0 111100 110100 101 101011111 1010101 1000010

Color Harmonies of #F26075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26075

Black with #F26075

Text Example


Text Example

White with #F26075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26075; }

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

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

background-color css

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

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

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

border-color css

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

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

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