#F35275

Color #F35275 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F35275

Tints of Wild Watermelon #F35275

Color information

#F35275 (or 0xF35275) is unknown color: approx Wild Watermelon. HEX triplet: F3, 52 and 75. RGB value is (243,82,117). Sum of RGB (Red+Green+Blue) = 243+82+117=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F35275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35275 is #0CAD8A. Grayscale: #868686. Windows color (decimal): -830859 or 7688947. OLE color: 7688947.

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

Color convert

RGB24382117-
CMYK00.660.520.05
HSL346.96º87.03%63.73%-
HSV(B)346.96º66.26%95.29%-
XYZ43.1926.3719.64-
YUV134.13118.34205.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.98%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=54.98%
G=18.55%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438211700.660.520.05346.9687.0363.73
HexF3527504234515b5740
Octal3631221650102645533127100
Binary11110011101001011101010100001011010010110101101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35275; }

 p { color: rgb(243,82,117); }

 H1.HeaderClassName
 {
   color: #F35275;
 }
 .AnyTagClassName
 {
   color: #F35275;
 }
</style>
background-color css

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

 a { background-color: rgb(243,82,117); }

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

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

 span { border-color: rgb(243,82,117); }

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