#F35A7A

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

Shades of Wild Watermelon #F35A7A

Tints of Wild Watermelon #F35A7A

Color information

#F35A7A (or 0xF35A7A) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5A and 7A. RGB value is (243,90,122). Sum of RGB (Red+Green+Blue) = 243+90+122=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35A7A is #0CA585. Grayscale: #8B8B8B. Windows color (decimal): -828806 or 8018675. OLE color: 8018675.

HSL color Cylindrical-coordinate representation of color #F35A7A: hue angle of 347.45º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35A7A is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB24390122-
CMYK00.630.500.05
HSL347.45º86.44%65.29%-
HSV(B)347.45º62.96%95.29%-
XYZ44.1327.7721.45-
YUV139.39118.19201.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.41%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=53.41%
G=19.78%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439012200.630.500.05347.4586.4465.29
HexF35A7A03F32515b5641
Octal363132172077625533126101
Binary1111001110110101111010011111111001010110101101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A7A; }

 p { color: rgb(243,90,122); }

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

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

 a { background-color: rgb(243,90,122); }

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

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

 span { border-color: rgb(243,90,122); }

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