#FB6A74

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

Shades of Wild Watermelon #FB6A74

Tints of Wild Watermelon #FB6A74

Color information

#FB6A74 (or 0xFB6A74) is unknown color: approx Wild Watermelon. HEX triplet: FB, 6A and 74. RGB value is (251,106,116). Sum of RGB (Red+Green+Blue) = 251+106+116=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6A74 is #04958B. Grayscale: #969696. Windows color (decimal): -300428 or 7629563. OLE color: 7629563.

HSL color Cylindrical-coordinate representation of color #FB6A74: hue angle of 355.86º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6A74 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB251106116-
CMYK00.580.540.02
HSL355.86º94.77%70%-
HSV(B)355.86º57.77%98.43%-
XYZ48.0932.0820.18-
YUV150.49108.54199.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.07%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=53.07%
G=22.41%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110611600.580.540.02355.8694.7770
HexFB6A7403A3621645f46
Octal373152164072662544137106
Binary111110111101010111010001110101101101010110010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6A74; }

 p { color: rgb(251,106,116); }

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

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

 a { background-color: rgb(251,106,116); }

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

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

 span { border-color: rgb(251,106,116); }

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