#f74b6d

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

Shades of Wild Watermelon #F74B6D

Tints of Wild Watermelon #F74B6D

Color information

#F74B6D (or 0xF74B6D) is unknown color: approx Wild Watermelon. HEX triplet: F7, 4B and 6D. RGB value is (247,75,109). Sum of RGB (Red+Green+Blue) = 247+75+109=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74B6D is #08B492. Grayscale: #828282. Windows color (decimal): -570515 or 7162871. OLE color: 7162871.

HSL color Cylindrical-coordinate representation of color #F74B6D: hue angle of 348.14º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74B6D is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB24775109-
CMYK00.700.560.03
HSL348.14º91.49%63.14%-
HSV(B)348.14º69.64%96.86%-
XYZ43.6325.9117.17-
YUV130.3115.98211.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.31%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=57.31%
G=17.40%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477510900.700.560.03348.1491.4963.14
HexF74B6D04638315c5b3f
Octal367113155010670353413377
Binary111101111001011110110101000110111000111010111001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f74b6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f74b6d; }

 p { color: rgb(247,75,109); }

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

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

 a { background-color: rgb(247,75,109); }

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

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

 span { border-color: rgb(247,75,109); }

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