#F35274

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

Shades of Wild Watermelon #F35274

Tints of Wild Watermelon #F35274

Color information

#F35274 (or 0xF35274) is unknown color: approx Wild Watermelon. HEX triplet: F3, 52 and 74. RGB value is (243,82,116). Sum of RGB (Red+Green+Blue) = 243+82+116=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F35274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35274 is #0CAD8B. Grayscale: #868686. Windows color (decimal): -830860 or 7623411. OLE color: 7623411.

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

Color convert

RGB24382116-
CMYK00.660.520.05
HSL347.33º87.03%63.73%-
HSV(B)347.33º66.26%95.29%-
XYZ43.1326.3519.34-
YUV134.01117.84205.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.10%
GREEN value IS 82 (32.42% from 255) = 18.59%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=55.10%
G=18.59%
B=26.30%

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
Decimal2438211600.660.520.05347.3387.0363.73
HexF3527404234515b5740
Octal3631221640102645533127100
Binary11110011101001011101000100001011010010110101101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35274; }

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

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

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

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

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

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

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

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